pub struct PgLnNumType {
pub count_by: Option<isize>,
pub start: Option<isize>,
pub distance: Option<isize>,
pub restart: Option<LineNumberRestart>,
}
Fields§
§count_by: Option<isize>
§start: Option<isize>
§distance: Option<isize>
§restart: Option<LineNumberRestart>
Implementations§
Trait Implementations§
Source§impl Clone for PgLnNumType
impl Clone for PgLnNumType
Source§fn clone(&self) -> PgLnNumType
fn clone(&self) -> PgLnNumType
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 moreSource§impl Debug for PgLnNumType
impl Debug for PgLnNumType
Source§impl Default for PgLnNumType
impl Default for PgLnNumType
Source§fn default() -> PgLnNumType
fn default() -> PgLnNumType
Returns the “default value” for a type. Read more
Source§impl<'__input> XmlRead<'__input> for PgLnNumType
impl<'__input> XmlRead<'__input> for PgLnNumType
Auto Trait Implementations§
impl Freeze for PgLnNumType
impl RefUnwindSafe for PgLnNumType
impl Send for PgLnNumType
impl Sync for PgLnNumType
impl Unpin for PgLnNumType
impl UnwindSafe for PgLnNumType
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