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