pub struct PreloginResponse {
pub encryption: u8,
}Expand description
What the server answered in its PRELOGIN.
Fields§
§encryption: u8Trait Implementations§
Source§impl Clone for PreloginResponse
impl Clone for PreloginResponse
Source§fn clone(&self) -> PreloginResponse
fn clone(&self) -> PreloginResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PreloginResponse
impl Debug for PreloginResponse
impl Eq for PreloginResponse
Source§impl PartialEq for PreloginResponse
impl PartialEq for PreloginResponse
impl StructuralPartialEq for PreloginResponse
Auto Trait Implementations§
impl Freeze for PreloginResponse
impl RefUnwindSafe for PreloginResponse
impl Send for PreloginResponse
impl Sync for PreloginResponse
impl Unpin for PreloginResponse
impl UnsafeUnpin for PreloginResponse
impl UnwindSafe for PreloginResponse
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