pub struct ProvisionedBandwidth {
pub provision_time: Option<String>,
pub provisioned: Option<String>,
pub request_time: Option<String>,
pub requested: Option<String>,
pub status: Option<String>,
}Expand description
Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.
Fields§
§provision_time: Option<String>Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.
provisioned: Option<String>Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.
request_time: Option<String>Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.
requested: Option<String>Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.
status: Option<String>Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.
Trait Implementations§
Source§impl Clone for ProvisionedBandwidth
impl Clone for ProvisionedBandwidth
Source§fn clone(&self) -> ProvisionedBandwidth
fn clone(&self) -> ProvisionedBandwidth
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 ProvisionedBandwidth
impl Debug for ProvisionedBandwidth
Source§impl Default for ProvisionedBandwidth
impl Default for ProvisionedBandwidth
Source§fn default() -> ProvisionedBandwidth
fn default() -> ProvisionedBandwidth
Returns the “default value” for a type. Read more
Source§impl PartialEq for ProvisionedBandwidth
impl PartialEq for ProvisionedBandwidth
impl StructuralPartialEq for ProvisionedBandwidth
Auto Trait Implementations§
impl Freeze for ProvisionedBandwidth
impl RefUnwindSafe for ProvisionedBandwidth
impl Send for ProvisionedBandwidth
impl Sync for ProvisionedBandwidth
impl Unpin for ProvisionedBandwidth
impl UnwindSafe for ProvisionedBandwidth
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