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