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