Fields
att_key_id: [u8; 256]
Trait Implementations
impl ContiguousMemory for AttKeyId
impl Copy for AttKeyId
impl Eq for AttKeyId
impl StructuralEq for AttKeyId
impl StructuralPartialEq for AttKeyId
Auto Trait Implementations
impl RefUnwindSafe for AttKeyId
impl Send for AttKeyId
impl Sync for AttKeyId
impl Unpin for AttKeyId
impl UnwindSafe for AttKeyId
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more