pub struct GetUsageAndQuota {
pub origin: String,
}Fields§
§origin: StringTrait Implementations§
Source§impl Clone for GetUsageAndQuota
impl Clone for GetUsageAndQuota
Source§fn clone(&self) -> GetUsageAndQuota
fn clone(&self) -> GetUsageAndQuota
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GetUsageAndQuota
impl Debug for GetUsageAndQuota
Source§impl<'de> Deserialize<'de> for GetUsageAndQuota
impl<'de> Deserialize<'de> for GetUsageAndQuota
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Method for GetUsageAndQuota
impl Method for GetUsageAndQuota
const NAME: &'static str = "Storage.getUsageAndQuota"
type ReturnObject = GetUsageAndQuotaReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for GetUsageAndQuota
impl PartialEq for GetUsageAndQuota
Source§impl Serialize for GetUsageAndQuota
impl Serialize for GetUsageAndQuota
impl StructuralPartialEq for GetUsageAndQuota
Auto Trait Implementations§
impl Freeze for GetUsageAndQuota
impl RefUnwindSafe for GetUsageAndQuota
impl Send for GetUsageAndQuota
impl Sync for GetUsageAndQuota
impl Unpin for GetUsageAndQuota
impl UnwindSafe for GetUsageAndQuota
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