pub struct DateResolutionType {}Auto Trait Implementations§
impl Freeze for DateResolutionType
impl RefUnwindSafe for DateResolutionType
impl Send for DateResolutionType
impl Sync for DateResolutionType
impl Unpin for DateResolutionType
impl UnsafeUnpin for DateResolutionType
impl UnwindSafe for DateResolutionType
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