pub struct InputParam {
pub ptype: ParamType,
}Expand description
A single parsed parameter.
Fields§
§ptype: ParamTypeThe parameter type and value.
Trait Implementations§
Source§impl Clone for InputParam
impl Clone for InputParam
Source§fn clone(&self) -> InputParam
fn clone(&self) -> InputParam
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 InputParam
impl Debug for InputParam
Source§impl PartialEq for InputParam
impl PartialEq for InputParam
Source§fn eq(&self, other: &InputParam) -> bool
fn eq(&self, other: &InputParam) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for InputParam
impl StructuralPartialEq for InputParam
Auto Trait Implementations§
impl Freeze for InputParam
impl RefUnwindSafe for InputParam
impl Send for InputParam
impl Sync for InputParam
impl Unpin for InputParam
impl UnsafeUnpin for InputParam
impl UnwindSafe for InputParam
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