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