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