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