pub struct Policy<N: Node> { /* private fields */ }Expand description
A security policy. Security policies contain a number of security Features.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<N> !Send for Policy<N>
impl<N> !Sync for Policy<N>
impl<N> Freeze for Policy<N>
impl<N> RefUnwindSafe for Policy<N>where
N: RefUnwindSafe,
impl<N> Unpin for Policy<N>where
N: Unpin,
impl<N> UnsafeUnpin for Policy<N>
impl<N> UnwindSafe for Policy<N>where
N: UnwindSafe,
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