Struct modality_ingest_client::types::AttrKey
source · [−]#[repr(transparent)]pub struct AttrKey(_);Trait Implementations
impl Copy for AttrKey
impl Eq for AttrKey
impl StructuralEq for AttrKey
impl StructuralPartialEq for AttrKey
Auto Trait Implementations
impl RefUnwindSafe for AttrKey
impl Send for AttrKey
impl Sync for AttrKey
impl Unpin for AttrKey
impl UnwindSafe for AttrKey
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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