pub struct DeleteClientResult {
pub server: Server,
}
Fields§
§server: Server
Trait Implementations§
Source§impl Clone for DeleteClientResult
impl Clone for DeleteClientResult
Source§fn clone(&self) -> DeleteClientResult
fn clone(&self) -> DeleteClientResult
Returns a copy 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 DeleteClientResult
impl Debug for DeleteClientResult
Source§impl<'de> Deserialize<'de> for DeleteClientResult
impl<'de> Deserialize<'de> for DeleteClientResult
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 DeleteClientResult
impl PartialEq for DeleteClientResult
Source§impl Serialize for DeleteClientResult
impl Serialize for DeleteClientResult
impl StructuralPartialEq for DeleteClientResult
Auto Trait Implementations§
impl Freeze for DeleteClientResult
impl RefUnwindSafe for DeleteClientResult
impl Send for DeleteClientResult
impl Sync for DeleteClientResult
impl Unpin for DeleteClientResult
impl UnwindSafe for DeleteClientResult
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