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