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