pub struct TagId(/* private fields */);
Expand description
A unique identifier for a specific ResourceTag
-implementing type.
Implementations§
Trait Implementations§
Source§impl Ord for TagId
impl Ord for TagId
Source§impl PartialOrd for TagId
impl PartialOrd for TagId
impl Copy for TagId
impl Eq for TagId
impl StructuralPartialEq for TagId
Auto Trait Implementations§
impl Freeze for TagId
impl RefUnwindSafe for TagId
impl Send for TagId
impl Sync for TagId
impl Unpin for TagId
impl UnwindSafe for TagId
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