pub struct QueryBillingInfo {
pub billable_logical_bytes_queried: u64,
pub billable_logical_bytes_returned: u64,
}Fields§
§billable_logical_bytes_queried: u64§billable_logical_bytes_returned: u64Trait Implementations§
Source§impl Clone for QueryBillingInfo
impl Clone for QueryBillingInfo
Source§fn clone(&self) -> QueryBillingInfo
fn clone(&self) -> QueryBillingInfo
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 QueryBillingInfo
impl Debug for QueryBillingInfo
Source§impl<'de> Deserialize<'de> for QueryBillingInfo
impl<'de> Deserialize<'de> for QueryBillingInfo
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
Auto Trait Implementations§
impl Freeze for QueryBillingInfo
impl RefUnwindSafe for QueryBillingInfo
impl Send for QueryBillingInfo
impl Sync for QueryBillingInfo
impl Unpin for QueryBillingInfo
impl UnwindSafe for QueryBillingInfo
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