pub enum SingletonMethodObject<'tree> {
Arg(Box<Arg<'tree>>),
Variable(Box<Variable<'tree>>),
}Variants§
Trait Implementations§
Source§impl<'tree> Clone for SingletonMethodObject<'tree>
impl<'tree> Clone for SingletonMethodObject<'tree>
Source§fn clone(&self) -> SingletonMethodObject<'tree>
fn clone(&self) -> SingletonMethodObject<'tree>
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<'tree> Debug for SingletonMethodObject<'tree>
impl<'tree> Debug for SingletonMethodObject<'tree>
Source§impl<'tree> FromNode<'tree> for SingletonMethodObject<'tree>
impl<'tree> FromNode<'tree> for SingletonMethodObject<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for SingletonMethodObject<'tree>
impl<'tree> RefUnwindSafe for SingletonMethodObject<'tree>
impl<'tree> Send for SingletonMethodObject<'tree>
impl<'tree> Sync for SingletonMethodObject<'tree>
impl<'tree> Unpin for SingletonMethodObject<'tree>
impl<'tree> UnsafeUnpin for SingletonMethodObject<'tree>
impl<'tree> UnwindSafe for SingletonMethodObject<'tree>
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