Struct quicr_core::ApplicationClose
[−]
[src]
pub struct ApplicationClose<T = Bytes> { pub error_code: u16, pub reason: T, }
Fields
error_code: u16
reason: T
Methods
impl<T> ApplicationClose<T> where
T: AsRef<[u8]>,
[src]
T: AsRef<[u8]>,
Trait Implementations
impl<T: Debug> Debug for ApplicationClose<T>
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl<T: Clone> Clone for ApplicationClose<T>
[src]
fn clone(&self) -> ApplicationClose<T>
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl<T> Display for ApplicationClose<T> where
T: AsRef<[u8]>,
[src]
T: AsRef<[u8]>,
Auto Trait Implementations
impl<T> Send for ApplicationClose<T> where
T: Send,
T: Send,
impl<T> Sync for ApplicationClose<T> where
T: Sync,
T: Sync,