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