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