pub struct SiloPolicyViewWhen(/* private fields */);Implementations§
Auto Trait Implementations§
impl Freeze for SiloPolicyViewWhen
impl !RefUnwindSafe for SiloPolicyViewWhen
impl !Send for SiloPolicyViewWhen
impl !Sync for SiloPolicyViewWhen
impl Unpin for SiloPolicyViewWhen
impl UnsafeUnpin for SiloPolicyViewWhen
impl !UnwindSafe for SiloPolicyViewWhen
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