Struct quicr_core::ApplicationClose [−][src]
Fields
error_code: u16
reason: T
Methods
impl<T> ApplicationClose<T> where
T: AsRef<[u8]>,
[src]
impl<T> ApplicationClose<T> where
T: AsRef<[u8]>,
Trait Implementations
impl<T: Debug> Debug for ApplicationClose<T>
[src]
impl<T: Debug> Debug for ApplicationClose<T>
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl<T: Clone> Clone for ApplicationClose<T>
[src]
impl<T: Clone> Clone for ApplicationClose<T>
fn clone(&self) -> ApplicationClose<T>
[src]
fn clone(&self) -> ApplicationClose<T>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
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]
impl<T> Display for ApplicationClose<T> where
T: AsRef<[u8]>,
Auto Trait Implementations
impl<T> Send for ApplicationClose<T> where
T: Send,
impl<T> Send for ApplicationClose<T> where
T: Send,
impl<T> Sync for ApplicationClose<T> where
T: Sync,
impl<T> Sync for ApplicationClose<T> where
T: Sync,