pub struct CloseParameters {
pub host: String,
}Expand description
Parameters to the “Close” command.
Fields§
§host: StringThe hostname of the connection to be closed.
Trait Implementations§
Source§impl Debug for CloseParameters
impl Debug for CloseParameters
Source§impl<'de> Deserialize<'de> for CloseParameters
impl<'de> Deserialize<'de> for CloseParameters
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 CloseParameters
impl PartialEq for CloseParameters
Source§impl Serialize for CloseParameters
impl Serialize for CloseParameters
impl StructuralPartialEq for CloseParameters
Auto Trait Implementations§
impl Freeze for CloseParameters
impl RefUnwindSafe for CloseParameters
impl Send for CloseParameters
impl Sync for CloseParameters
impl Unpin for CloseParameters
impl UnwindSafe for CloseParameters
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