Struct gpui2::ShapedLine
source · pub struct ShapedLine {
pub text: SharedString,
/* private fields */
}
Fields§
§text: SharedString
Implementations§
Trait Implementations§
source§impl Clone for ShapedLine
impl Clone for ShapedLine
source§fn clone(&self) -> ShapedLine
fn clone(&self) -> ShapedLine
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 ShapedLine
impl Debug for ShapedLine
source§impl Default for ShapedLine
impl Default for ShapedLine
source§fn default() -> ShapedLine
fn default() -> ShapedLine
Returns the “default value” for a type. Read more
source§impl Deref for ShapedLine
impl Deref for ShapedLine
Auto Trait Implementations§
impl RefUnwindSafe for ShapedLine
impl Send for ShapedLine
impl Sync for ShapedLine
impl Unpin for ShapedLine
impl UnwindSafe for ShapedLine
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