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