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