pub struct KillReply {
pub not_found_sessions: Vec<String>,
}
Fields§
§not_found_sessions: Vec<String>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for KillReply
impl<'de> Deserialize<'de> for KillReply
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
Auto Trait Implementations§
impl Freeze for KillReply
impl RefUnwindSafe for KillReply
impl Send for KillReply
impl Sync for KillReply
impl Unpin for KillReply
impl UnwindSafe for KillReply
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