pub struct SingleScan(pub String, pub (String, i64));Tuple Fields§
§0: String§1: (String, i64)Trait Implementations§
Source§impl Clone for SingleScan
impl Clone for SingleScan
Source§fn clone(&self) -> SingleScan
fn clone(&self) -> SingleScan
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 SingleScan
impl Debug for SingleScan
Auto Trait Implementations§
impl Freeze for SingleScan
impl RefUnwindSafe for SingleScan
impl Send for SingleScan
impl Sync for SingleScan
impl Unpin for SingleScan
impl UnwindSafe for SingleScan
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