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