pub struct ArgumentData {
pub name: String,
pub mode: String,
pub data_type: String,
pub default_value: Option<String>,
}Fields§
§name: String§mode: String§data_type: String§default_value: Option<String>Trait Implementations§
Source§impl Clone for ArgumentData
impl Clone for ArgumentData
Source§fn clone(&self) -> ArgumentData
fn clone(&self) -> ArgumentData
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 ArgumentData
impl RefUnwindSafe for ArgumentData
impl Send for ArgumentData
impl Sync for ArgumentData
impl Unpin for ArgumentData
impl UnwindSafe for ArgumentData
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