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