pub struct GoAway {
pub new_session_uri: Vec<u8>,
}Fields§
§new_session_uri: Vec<u8>Trait Implementations§
impl Eq for GoAway
impl StructuralPartialEq for GoAway
Auto Trait Implementations§
impl Freeze for GoAway
impl RefUnwindSafe for GoAway
impl Send for GoAway
impl Sync for GoAway
impl Unpin for GoAway
impl UnsafeUnpin 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