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