pub enum CodeObject {
V310(Code),
}Variants§
Trait Implementations§
Source§impl Clone for CodeObject
impl Clone for CodeObject
Source§fn clone(&self) -> CodeObject
fn clone(&self) -> CodeObject
Returns a duplicate of the value. Read more
1.0.0 · 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 CodeObject
impl Debug for CodeObject
Source§impl PartialEq for CodeObject
impl PartialEq for CodeObject
impl StructuralPartialEq for CodeObject
Auto Trait Implementations§
impl Freeze for CodeObject
impl RefUnwindSafe for CodeObject
impl Send for CodeObject
impl Sync for CodeObject
impl Unpin for CodeObject
impl UnwindSafe for CodeObject
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