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