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