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