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