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