pub struct TagName(/* private fields */);
Expand description
Represents names that may be used for Tags
This includes any ascii string that does not contain a /
Trait Implementations§
Source§impl From<TagName> for PackageVersion
impl From<TagName> for PackageVersion
impl Eq for TagName
impl StructuralPartialEq for TagName
Auto Trait Implementations§
impl Freeze for TagName
impl RefUnwindSafe for TagName
impl Send for TagName
impl Sync for TagName
impl Unpin for TagName
impl UnwindSafe for TagName
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