#[non_exhaustive]pub struct ParameterName;Implementations§
Source§impl ParameterName
impl ParameterName
pub const ALTID: &'static str = "ALTID"
pub const ANY: &'static str = "ANY"
pub const CALSCALE: &'static str = "CALSCALE"
pub const CC: &'static str = "CC"
pub const GEO: &'static str = "GEO"
pub const INDEX: &'static str = "INDEX"
pub const LABEL: &'static str = "LABEL"
pub const LANGUAGE: &'static str = "LANGUAGE"
pub const LEVEL: &'static str = "LEVEL"
pub const MEDIATYPE: &'static str = "MEDIATYPE"
pub const PID: &'static str = "PID"
pub const PREF: &'static str = "PREF"
pub const SORTAS: &'static str = "SORT-AS"
pub const TYPE: &'static str = "TYPE"
pub const TZ: &'static str = "TZ"
pub const VALUE: &'static str = "VALUE"
Auto Trait Implementations§
impl Freeze for ParameterName
impl RefUnwindSafe for ParameterName
impl Send for ParameterName
impl Sync for ParameterName
impl Unpin for ParameterName
impl UnsafeUnpin for ParameterName
impl UnwindSafe for ParameterName
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