pub struct BytesSymbol { /* private fields */ }Expand description
Symbol for a bytes string stored in a bytes intern pool.
Trait Implementations§
Source§impl Clone for BytesSymbol
impl Clone for BytesSymbol
Source§fn clone(&self) -> BytesSymbol
fn clone(&self) -> BytesSymbol
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 BytesSymbol
Source§impl Debug for BytesSymbol
impl Debug for BytesSymbol
impl Eq for BytesSymbol
Source§impl PartialEq for BytesSymbol
impl PartialEq for BytesSymbol
impl StructuralPartialEq for BytesSymbol
Auto Trait Implementations§
impl Freeze for BytesSymbol
impl RefUnwindSafe for BytesSymbol
impl Send for BytesSymbol
impl Sync for BytesSymbol
impl Unpin for BytesSymbol
impl UnsafeUnpin for BytesSymbol
impl UnwindSafe for BytesSymbol
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