Struct docs::treewalker::eval::errors::ArgumentsLength
source · pub struct ArgumentsLength {
pub function_args: usize,
pub called_with: usize,
}Fields§
§function_args: usize§called_with: usizeTrait Implementations§
source§impl Clone for ArgumentsLength
impl Clone for ArgumentsLength
source§fn clone(&self) -> ArgumentsLength
fn clone(&self) -> ArgumentsLength
Returns a copy 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 ArgumentsLength
impl Debug for ArgumentsLength
source§impl PartialEq for ArgumentsLength
impl PartialEq for ArgumentsLength
source§fn eq(&self, other: &ArgumentsLength) -> bool
fn eq(&self, other: &ArgumentsLength) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ArgumentsLength
Auto Trait Implementations§
impl Freeze for ArgumentsLength
impl RefUnwindSafe for ArgumentsLength
impl Send for ArgumentsLength
impl Sync for ArgumentsLength
impl Unpin for ArgumentsLength
impl UnwindSafe for ArgumentsLength
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