pub struct BeforeRejectInvitation {
pub organization: Organization,
pub invitation: Invitation,
pub user: User,
}Fields§
§organization: Organization§invitation: Invitation§user: UserTrait Implementations§
Source§impl Clone for BeforeRejectInvitation
impl Clone for BeforeRejectInvitation
Source§fn clone(&self) -> BeforeRejectInvitation
fn clone(&self) -> BeforeRejectInvitation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for BeforeRejectInvitation
impl RefUnwindSafe for BeforeRejectInvitation
impl Send for BeforeRejectInvitation
impl Sync for BeforeRejectInvitation
impl Unpin for BeforeRejectInvitation
impl UnsafeUnpin for BeforeRejectInvitation
impl UnwindSafe for BeforeRejectInvitation
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