pub struct GoAway {
pub url: String,
}
Expand description
Sent by the server to indicate that the client should connect to a different server.
Fields§
§url: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GoAway
impl RefUnwindSafe for GoAway
impl Send for GoAway
impl Sync for GoAway
impl Unpin for GoAway
impl UnwindSafe for GoAway
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