pub struct LvsUserFnCall {
pub fn_id: String,
pub args: Vec<LvsUserFnArg>,
}Fields§
§fn_id: String§args: Vec<LvsUserFnArg>Trait Implementations§
Source§impl Clone for LvsUserFnCall
impl Clone for LvsUserFnCall
Source§fn clone(&self) -> LvsUserFnCall
fn clone(&self) -> LvsUserFnCall
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 moreAuto Trait Implementations§
impl Freeze for LvsUserFnCall
impl RefUnwindSafe for LvsUserFnCall
impl Send for LvsUserFnCall
impl Sync for LvsUserFnCall
impl Unpin for LvsUserFnCall
impl UnwindSafe for LvsUserFnCall
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