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