pub struct BytecodeVector { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for BytecodeVector
impl Clone for BytecodeVector
Source§fn clone(&self) -> BytecodeVector
fn clone(&self) -> BytecodeVector
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 BytecodeVector
Source§impl Debug for BytecodeVector
impl Debug for BytecodeVector
Source§impl PartialEq for BytecodeVector
impl PartialEq for BytecodeVector
impl StructuralPartialEq for BytecodeVector
Auto Trait Implementations§
impl Freeze for BytecodeVector
impl RefUnwindSafe for BytecodeVector
impl Send for BytecodeVector
impl Sync for BytecodeVector
impl Unpin for BytecodeVector
impl UnsafeUnpin for BytecodeVector
impl UnwindSafe for BytecodeVector
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