pub struct AuthFrameTx {
pub seq: u16,
pub status_code: StatusCode,
pub body: Vec<u8>,
}
Fields§
§seq: u16
§status_code: StatusCode
§body: Vec<u8>
Trait Implementations§
Source§impl Clone for AuthFrameTx
impl Clone for AuthFrameTx
Source§fn clone(&self) -> AuthFrameTx
fn clone(&self) -> AuthFrameTx
Returns a copy of the value. Read more
1.0.0 · 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 AuthFrameTx
impl Debug for AuthFrameTx
Source§impl PartialEq for AuthFrameTx
impl PartialEq for AuthFrameTx
impl Eq for AuthFrameTx
impl StructuralPartialEq for AuthFrameTx
Auto Trait Implementations§
impl Freeze for AuthFrameTx
impl RefUnwindSafe for AuthFrameTx
impl Send for AuthFrameTx
impl Sync for AuthFrameTx
impl Unpin for AuthFrameTx
impl UnwindSafe for AuthFrameTx
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)