pub struct TeamRoleType {}Auto Trait Implementations§
impl Freeze for TeamRoleType
impl RefUnwindSafe for TeamRoleType
impl Send for TeamRoleType
impl Sync for TeamRoleType
impl Unpin for TeamRoleType
impl UnsafeUnpin for TeamRoleType
impl UnwindSafe for TeamRoleType
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