pub struct team;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for team
impl RefUnwindSafe for team
impl Send for team
impl Sync for team
impl Unpin for team
impl UnwindSafe for team
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