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