Struct quicr_core::ApplicationClose[][src]

pub struct ApplicationClose<T = Bytes> {
    pub error_code: u16,
    pub reason: T,
}

Fields

Methods

impl<T> ApplicationClose<T> where
    T: AsRef<[u8]>, 
[src]

Trait Implementations

impl<T: Debug> Debug for ApplicationClose<T>
[src]

Formats the value using the given formatter. Read more

impl<T: Clone> Clone for ApplicationClose<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T> Display for ApplicationClose<T> where
    T: AsRef<[u8]>, 
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<T> Send for ApplicationClose<T> where
    T: Send

impl<T> Sync for ApplicationClose<T> where
    T: Sync