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