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