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