Struct gpui2::WrappedLine
source · pub struct WrappedLine {
pub text: SharedString,
/* private fields */
}
Fields§
§text: SharedString
Implementations§
Trait Implementations§
source§impl Clone for WrappedLine
impl Clone for WrappedLine
source§fn clone(&self) -> WrappedLine
fn clone(&self) -> WrappedLine
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for WrappedLine
impl Debug for WrappedLine
source§impl Default for WrappedLine
impl Default for WrappedLine
source§fn default() -> WrappedLine
fn default() -> WrappedLine
Returns the “default value” for a type. Read more
source§impl Deref for WrappedLine
impl Deref for WrappedLine
Auto Trait Implementations§
impl RefUnwindSafe for WrappedLine
impl Send for WrappedLine
impl Sync for WrappedLine
impl Unpin for WrappedLine
impl UnwindSafe for WrappedLine
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more