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