pub struct DisconnectResponse {
pub text: String,
}Fields§
§text: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for DisconnectResponse
impl RefUnwindSafe for DisconnectResponse
impl Send for DisconnectResponse
impl Sync for DisconnectResponse
impl Unpin for DisconnectResponse
impl UnsafeUnpin for DisconnectResponse
impl UnwindSafe for DisconnectResponse
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