pub struct FormatID(/* private fields */);Expand description
A unique format identifier.
Trait Implementations§
Source§impl From<PresetFormat> for FormatID
impl From<PresetFormat> for FormatID
Source§fn from(x: PresetFormat) -> Self
fn from(x: PresetFormat) -> Self
Converts to this type from the input type.
Source§impl Ord for FormatID
impl Ord for FormatID
Source§impl PartialOrd for FormatID
impl PartialOrd for FormatID
impl Copy for FormatID
impl Eq for FormatID
impl StructuralPartialEq for FormatID
Auto Trait Implementations§
impl Freeze for FormatID
impl RefUnwindSafe for FormatID
impl Send for FormatID
impl Sync for FormatID
impl Unpin for FormatID
impl UnwindSafe for FormatID
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