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