pub struct VarBinding(/* private fields */);
Trait Implementations§
Source§impl Clone for VarBinding
impl Clone for VarBinding
Source§fn clone(&self) -> VarBinding
fn clone(&self) -> VarBinding
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 VarBinding
impl Debug for VarBinding
Source§impl From<VarBinding> for Sexpr
impl From<VarBinding> for Sexpr
Source§fn from(value: VarBinding) -> Self
fn from(value: VarBinding) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for VarBinding
impl RefUnwindSafe for VarBinding
impl Send for VarBinding
impl Sync for VarBinding
impl Unpin for VarBinding
impl UnwindSafe for VarBinding
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