pub enum Format {
Simple,
LibSystemD,
RFC,
}Expand description
String formats available during transformation from an ID into text
Variants:
- Simple: 0000-0000-0000-0000-0000-0000-0000-0000
- LibSystemD: 00000000000000000000000000000000, this format is applied on all formatting performed by calling FFI functionality
- RFC: 00000000-0000-0000-0000-000000000000, this format is applied by default to all native formatting
Variants§
Trait Implementations§
impl Eq for Format
impl StructuralPartialEq for Format
Auto Trait Implementations§
impl Freeze for Format
impl RefUnwindSafe for Format
impl Send for Format
impl Sync for Format
impl Unpin for Format
impl UnsafeUnpin for Format
impl UnwindSafe for Format
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