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