pub struct BytecodeOptions {
pub object_type: ObjectType,
pub null_value: LispObject,
pub false_value: LispObject,
}Fields§
§object_type: ObjectType§null_value: LispObject§false_value: LispObjectTrait Implementations§
Source§impl Clone for BytecodeOptions
impl Clone for BytecodeOptions
Source§fn clone(&self) -> BytecodeOptions
fn clone(&self) -> BytecodeOptions
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 BytecodeOptions
impl Debug for BytecodeOptions
Auto Trait Implementations§
impl Freeze for BytecodeOptions
impl RefUnwindSafe for BytecodeOptions
impl Send for BytecodeOptions
impl Sync for BytecodeOptions
impl Unpin for BytecodeOptions
impl UnwindSafe for BytecodeOptions
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