pub struct SimpleArgs {
pub multi_rows: bool,
}Fields§
§multi_rows: boolTrait Implementations§
Source§impl Clone for SimpleArgs
impl Clone for SimpleArgs
Source§fn clone(&self) -> SimpleArgs
fn clone(&self) -> SimpleArgs
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 moreSource§impl Debug for SimpleArgs
impl Debug for SimpleArgs
Source§impl Default for SimpleArgs
impl Default for SimpleArgs
Source§fn default() -> SimpleArgs
fn default() -> SimpleArgs
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SimpleArgs
impl RefUnwindSafe for SimpleArgs
impl Send for SimpleArgs
impl Sync for SimpleArgs
impl Unpin for SimpleArgs
impl UnwindSafe for SimpleArgs
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