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