pub struct TypeAttrColumn(/* private fields */);Expand description
A registry-owned type-attribute column indexed by runtime type.
TypeAttrColumn::get returns owning copies. Registration must not race
with reads.
Implementations§
Trait Implementations§
Source§impl Clone for TypeAttrColumn
impl Clone for TypeAttrColumn
Source§fn clone(&self) -> TypeAttrColumn
fn clone(&self) -> TypeAttrColumn
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TypeAttrColumn
impl Send for TypeAttrColumn
impl Sync for TypeAttrColumn
Auto Trait Implementations§
impl Freeze for TypeAttrColumn
impl RefUnwindSafe for TypeAttrColumn
impl Unpin for TypeAttrColumn
impl UnsafeUnpin for TypeAttrColumn
impl UnwindSafe for TypeAttrColumn
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