pub struct MlabBandwidthResponse {
pub field: String,
}Fields§
§field: StringTrait Implementations§
Source§impl Clone for MlabBandwidthResponse
impl Clone for MlabBandwidthResponse
Source§fn clone(&self) -> MlabBandwidthResponse
fn clone(&self) -> MlabBandwidthResponse
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 MlabBandwidthResponse
impl Debug for MlabBandwidthResponse
Source§impl<'de> Deserialize<'de> for MlabBandwidthResponse
impl<'de> Deserialize<'de> for MlabBandwidthResponse
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 PartialEq for MlabBandwidthResponse
impl PartialEq for MlabBandwidthResponse
Source§fn eq(&self, other: &MlabBandwidthResponse) -> bool
fn eq(&self, other: &MlabBandwidthResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for MlabBandwidthResponse
impl Serialize for MlabBandwidthResponse
impl Eq for MlabBandwidthResponse
impl StructuralPartialEq for MlabBandwidthResponse
Auto Trait Implementations§
impl Freeze for MlabBandwidthResponse
impl RefUnwindSafe for MlabBandwidthResponse
impl Send for MlabBandwidthResponse
impl Sync for MlabBandwidthResponse
impl Unpin for MlabBandwidthResponse
impl UnsafeUnpin for MlabBandwidthResponse
impl UnwindSafe for MlabBandwidthResponse
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