pub struct CutText { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for CutText
impl RefUnwindSafe for CutText
impl Send for CutText
impl Sync for CutText
impl Unpin for CutText
impl UnwindSafe for CutText
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