pub struct BytecodeStringRef<'src> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<'src> Clone for BytecodeStringRef<'src>
impl<'src> Clone for BytecodeStringRef<'src>
Source§fn clone(&self) -> BytecodeStringRef<'src>
fn clone(&self) -> BytecodeStringRef<'src>
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<'src> Copy for BytecodeStringRef<'src>
Source§impl<'src> Debug for BytecodeStringRef<'src>
impl<'src> Debug for BytecodeStringRef<'src>
impl Eq for BytecodeStringRef<'_>
Source§impl<'src> From<&'src [u8]> for BytecodeStringRef<'src>
impl<'src> From<&'src [u8]> for BytecodeStringRef<'src>
Auto Trait Implementations§
impl<'src> !Send for BytecodeStringRef<'src>
impl<'src> !Sync for BytecodeStringRef<'src>
impl<'src> Freeze for BytecodeStringRef<'src>
impl<'src> RefUnwindSafe for BytecodeStringRef<'src>
impl<'src> Unpin for BytecodeStringRef<'src>
impl<'src> UnsafeUnpin for BytecodeStringRef<'src>
impl<'src> UnwindSafe for BytecodeStringRef<'src>
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