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