Struct makepad_live_compiler::live_node::FittedString
source · [−]pub struct FittedString { /* private fields */ }
Implementations
Trait Implementations
sourceimpl Clone for FittedString
impl Clone for FittedString
sourceimpl Debug for FittedString
impl Debug for FittedString
sourceimpl Drop for FittedString
impl Drop for FittedString
sourceimpl PartialEq<FittedString> for FittedString
impl PartialEq<FittedString> for FittedString
sourcefn eq(&self, other: &FittedString) -> bool
fn eq(&self, other: &FittedString) -> bool
sourcefn ne(&self, other: &FittedString) -> bool
fn ne(&self, other: &FittedString) -> bool
This method tests for
!=
. The default implementation is almost always
sufficient, and should not be overridden without very good reason. Read moreAuto Trait Implementations
impl RefUnwindSafe for FittedString
impl !Send for FittedString
impl !Sync for FittedString
impl Unpin for FittedString
impl UnwindSafe for FittedString
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more