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