pub struct IntentFieldSpec {
pub name: String,
pub value_type: ValueType,
pub from_input: Option<String>,
pub from_param: Option<String>,
}Fields§
§name: String§value_type: ValueType§from_input: Option<String>§from_param: Option<String>Trait Implementations§
Source§impl Clone for IntentFieldSpec
impl Clone for IntentFieldSpec
Source§fn clone(&self) -> IntentFieldSpec
fn clone(&self) -> IntentFieldSpec
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 IntentFieldSpec
impl Debug for IntentFieldSpec
Source§impl PartialEq for IntentFieldSpec
impl PartialEq for IntentFieldSpec
Source§fn eq(&self, other: &IntentFieldSpec) -> bool
fn eq(&self, other: &IntentFieldSpec) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for IntentFieldSpec
Auto Trait Implementations§
impl Freeze for IntentFieldSpec
impl RefUnwindSafe for IntentFieldSpec
impl Send for IntentFieldSpec
impl Sync for IntentFieldSpec
impl Unpin for IntentFieldSpec
impl UnsafeUnpin for IntentFieldSpec
impl UnwindSafe for IntentFieldSpec
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