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