pub struct BytecodeString(/* private fields */);Implementations§
Trait Implementations§
Source§impl Borrow<[u8]> for BytecodeString
impl Borrow<[u8]> for BytecodeString
Source§impl Clone for BytecodeString
impl Clone for BytecodeString
Source§fn clone(&self) -> BytecodeString
fn clone(&self) -> BytecodeString
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 moreSource§impl Debug for BytecodeString
impl Debug for BytecodeString
impl Eq for BytecodeString
Source§impl From<&[u8]> for BytecodeString
impl From<&[u8]> for BytecodeString
Source§impl Hash for BytecodeString
impl Hash for BytecodeString
Source§impl Ord for BytecodeString
impl Ord for BytecodeString
Source§fn cmp(&self, other: &BytecodeString) -> Ordering
fn cmp(&self, other: &BytecodeString) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for BytecodeString
impl PartialEq for BytecodeString
Source§impl PartialOrd for BytecodeString
impl PartialOrd for BytecodeString
impl StructuralPartialEq for BytecodeString
Auto Trait Implementations§
impl Freeze for BytecodeString
impl RefUnwindSafe for BytecodeString
impl Send for BytecodeString
impl Sync for BytecodeString
impl Unpin for BytecodeString
impl UnsafeUnpin for BytecodeString
impl UnwindSafe for BytecodeString
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