pub struct AtomBytes(/* private fields */);Expand description
This represents a unique byte-string index in the table. The bytes need not be valid UTF-8.
Trait Implementations§
impl Copy for AtomBytes
impl Eq for AtomBytes
impl StructuralPartialEq for AtomBytes
Auto Trait Implementations§
impl Freeze for AtomBytes
impl RefUnwindSafe for AtomBytes
impl Send for AtomBytes
impl Sync for AtomBytes
impl Unpin for AtomBytes
impl UnsafeUnpin for AtomBytes
impl UnwindSafe for AtomBytes
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