pub struct PnameColNum<'s> {
pub pname: Cow<'s, str>,
pub col_num: usize,
}Fields§
§pname: Cow<'s, str>§col_num: usizeTrait Implementations§
Source§impl<'s> Clone for PnameColNum<'s>
impl<'s> Clone for PnameColNum<'s>
Source§fn clone(&self) -> PnameColNum<'s>
fn clone(&self) -> PnameColNum<'s>
Returns a copy 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<'s> Freeze for PnameColNum<'s>
impl<'s> RefUnwindSafe for PnameColNum<'s>
impl<'s> Send for PnameColNum<'s>
impl<'s> Sync for PnameColNum<'s>
impl<'s> Unpin for PnameColNum<'s>
impl<'s> UnwindSafe for PnameColNum<'s>
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