pub struct Aid(/* private fields */);Expand description
Validated AID. Construction enforces the 5..=16 byte length.
Implementations§
Trait Implementations§
impl Eq for Aid
impl StructuralPartialEq for Aid
Auto Trait Implementations§
impl Freeze for Aid
impl RefUnwindSafe for Aid
impl Send for Aid
impl Sync for Aid
impl Unpin for Aid
impl UnsafeUnpin for Aid
impl UnwindSafe for Aid
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