pub struct RemoveMount201Response {
pub data: RemoveMount201ResponseData,
}Expand description
Fields§
§data: RemoveMount201ResponseDataImplementations§
Source§impl RemoveMount201Response
impl RemoveMount201Response
Sourcepub fn new(data: RemoveMount201ResponseData) -> RemoveMount201Response
pub fn new(data: RemoveMount201ResponseData) -> RemoveMount201Response
Create value with optional fields set to None.
Trait Implementations§
Source§impl Clone for RemoveMount201Response
impl Clone for RemoveMount201Response
Source§fn clone(&self) -> RemoveMount201Response
fn clone(&self) -> RemoveMount201Response
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 RemoveMount201Response
impl Debug for RemoveMount201Response
Source§impl<'de> Deserialize<'de> for RemoveMount201Response
impl<'de> Deserialize<'de> for RemoveMount201Response
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 RemoveMount201Response
impl PartialEq for RemoveMount201Response
Source§impl Serialize for RemoveMount201Response
impl Serialize for RemoveMount201Response
impl StructuralPartialEq for RemoveMount201Response
Auto Trait Implementations§
impl Freeze for RemoveMount201Response
impl RefUnwindSafe for RemoveMount201Response
impl Send for RemoveMount201Response
impl Sync for RemoveMount201Response
impl Unpin for RemoveMount201Response
impl UnwindSafe for RemoveMount201Response
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