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