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