pub struct ProviderResourceEstimate {
pub transient_bytes: Option<u64>,
pub output_bytes: Option<u64>,
pub dispatches: Option<u32>,
}Fields§
§transient_bytes: Option<u64>§output_bytes: Option<u64>§dispatches: Option<u32>Trait Implementations§
Source§impl Clone for ProviderResourceEstimate
impl Clone for ProviderResourceEstimate
Source§fn clone(&self) -> ProviderResourceEstimate
fn clone(&self) -> ProviderResourceEstimate
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ProviderResourceEstimate
impl Debug for ProviderResourceEstimate
Source§impl Default for ProviderResourceEstimate
impl Default for ProviderResourceEstimate
Source§fn default() -> ProviderResourceEstimate
fn default() -> ProviderResourceEstimate
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ProviderResourceEstimate
impl<'de> Deserialize<'de> for ProviderResourceEstimate
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
impl Eq for ProviderResourceEstimate
Source§impl PartialEq for ProviderResourceEstimate
impl PartialEq for ProviderResourceEstimate
Source§impl Serialize for ProviderResourceEstimate
impl Serialize for ProviderResourceEstimate
impl StructuralPartialEq for ProviderResourceEstimate
Auto Trait Implementations§
impl Freeze for ProviderResourceEstimate
impl RefUnwindSafe for ProviderResourceEstimate
impl Send for ProviderResourceEstimate
impl Sync for ProviderResourceEstimate
impl Unpin for ProviderResourceEstimate
impl UnsafeUnpin for ProviderResourceEstimate
impl UnwindSafe for ProviderResourceEstimate
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