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