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