pub struct DisableBypassPermissionsModes;Expand description
Well-known managed bypass-permissions policies.
Implementations§
Auto Trait Implementations§
impl Freeze for DisableBypassPermissionsModes
impl RefUnwindSafe for DisableBypassPermissionsModes
impl Send for DisableBypassPermissionsModes
impl Sync for DisableBypassPermissionsModes
impl Unpin for DisableBypassPermissionsModes
impl UnsafeUnpin for DisableBypassPermissionsModes
impl UnwindSafe for DisableBypassPermissionsModes
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