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