pub struct ModifyClientResponse {
pub data: Option<Option<Box<Client2>>>,
}Fields§
§data: Option<Option<Box<Client2>>>Implementations§
Source§impl ModifyClientResponse
impl ModifyClientResponse
pub fn new() -> ModifyClientResponse
Trait Implementations§
Source§impl Clone for ModifyClientResponse
impl Clone for ModifyClientResponse
Source§fn clone(&self) -> ModifyClientResponse
fn clone(&self) -> ModifyClientResponse
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 ModifyClientResponse
impl Debug for ModifyClientResponse
Source§impl Default for ModifyClientResponse
impl Default for ModifyClientResponse
Source§fn default() -> ModifyClientResponse
fn default() -> ModifyClientResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ModifyClientResponse
impl<'de> Deserialize<'de> for ModifyClientResponse
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 ModifyClientResponse
impl PartialEq for ModifyClientResponse
Source§fn eq(&self, other: &ModifyClientResponse) -> bool
fn eq(&self, other: &ModifyClientResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ModifyClientResponse
impl Serialize for ModifyClientResponse
impl StructuralPartialEq for ModifyClientResponse
Auto Trait Implementations§
impl Freeze for ModifyClientResponse
impl RefUnwindSafe for ModifyClientResponse
impl Send for ModifyClientResponse
impl Sync for ModifyClientResponse
impl Unpin for ModifyClientResponse
impl UnsafeUnpin for ModifyClientResponse
impl UnwindSafe for ModifyClientResponse
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