pub enum TzifMediaType {
Tzif,
TzifLeap,
}Variants§
Implementations§
Source§impl TzifMediaType
impl TzifMediaType
pub const APPLICATION_TZIF: &'static str = APPLICATION_TZIF
pub const APPLICATION_TZIF_LEAP: &'static str = APPLICATION_TZIF_LEAP
pub const fn as_str(self) -> &'static str
Trait Implementations§
Source§impl Clone for TzifMediaType
impl Clone for TzifMediaType
Source§fn clone(&self) -> TzifMediaType
fn clone(&self) -> TzifMediaType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TzifMediaType
impl Debug for TzifMediaType
Source§impl PartialEq for TzifMediaType
impl PartialEq for TzifMediaType
Source§impl TryFrom<&str> for TzifMediaType
impl TryFrom<&str> for TzifMediaType
impl Copy for TzifMediaType
impl Eq for TzifMediaType
impl StructuralPartialEq for TzifMediaType
Auto Trait Implementations§
impl Freeze for TzifMediaType
impl RefUnwindSafe for TzifMediaType
impl Send for TzifMediaType
impl Sync for TzifMediaType
impl Unpin for TzifMediaType
impl UnsafeUnpin for TzifMediaType
impl UnwindSafe for TzifMediaType
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