pub struct AfterAcceptInvitation {
pub organization: Organization,
pub invitation: Invitation,
pub member: Member,
pub user: User,
}Fields§
§organization: Organization§invitation: Invitation§member: Member§user: UserTrait Implementations§
Source§impl Clone for AfterAcceptInvitation
impl Clone for AfterAcceptInvitation
Source§fn clone(&self) -> AfterAcceptInvitation
fn clone(&self) -> AfterAcceptInvitation
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 AfterAcceptInvitation
impl RefUnwindSafe for AfterAcceptInvitation
impl Send for AfterAcceptInvitation
impl Sync for AfterAcceptInvitation
impl Unpin for AfterAcceptInvitation
impl UnsafeUnpin for AfterAcceptInvitation
impl UnwindSafe for AfterAcceptInvitation
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