Enum websocket::header::Preference [−][src]
pub enum Preference { RespondAsync, ReturnRepresentation, ReturnMinimal, HandlingStrict, HandlingLeniant, Wait(u32), Extension(String, String, Vec<(String, String), Global>), }
Prefer contains a list of these preferences.
Variants
“respond-async”
“return=representation”
“return=minimal”
“handling=strict”
“handling=leniant”
Wait(u32)
“wait=delta”
Extension preferences. Always has a value, if none is specified it is just “”. A preference can also have a list of parameters.
Trait Implementations
impl Clone for Preference
[src][+]
impl Debug for Preference
[src][+]
impl Display for Preference
[src][+]
impl FromStr for Preference
[src][+]
impl PartialEq<Preference> for Preference
[src][+]
impl StructuralPartialEq for Preference
[src]
Auto Trait Implementations
impl RefUnwindSafe for Preference
impl Send for Preference
impl Sync for Preference
impl Unpin for Preference
impl UnwindSafe for Preference
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T> ToString for T where
T: Display + ?Sized,
[src][+]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> Typeable for T where
T: Any,
[+]
T: Any,