pub struct fixedAt;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for fixedAt
impl RefUnwindSafe for fixedAt
impl Send for fixedAt
impl Sync for fixedAt
impl Unpin for fixedAt
impl UnwindSafe for fixedAt
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