pub(crate) enum FormatDescriptionVersion {
V1,
V2,
}
Variants§
Auto Trait Implementations§
impl Freeze for FormatDescriptionVersion
impl RefUnwindSafe for FormatDescriptionVersion
impl Send for FormatDescriptionVersion
impl Sync for FormatDescriptionVersion
impl Unpin for FormatDescriptionVersion
impl UnwindSafe for FormatDescriptionVersion
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