pub struct createdAt;
Trait Implementations§
Source§impl HasField<createdAt> for RepoCreateAuditEntry
impl HasField<createdAt> for RepoCreateAuditEntry
Source§type Type = PreciseDateTime
type Type = PreciseDateTime
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for createdAt
impl RefUnwindSafe for createdAt
impl Send for createdAt
impl Sync for createdAt
impl Unpin for createdAt
impl UnwindSafe for createdAt
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