pub struct StartallOnbootDelayInt(/* private fields */);Trait Implementations§
Source§impl BoundedInteger for StartallOnbootDelayInt
impl BoundedInteger for StartallOnbootDelayInt
const MIN: Option<i128>
const MAX: Option<i128>
const DEFAULT: Option<i128>
const TYPE_DESCRIPTION: &'static str = "an integer between 0 and 300"
fn get(&self) -> i128
fn new(value: i128) -> Result<Self, BoundedIntegerError>
fn validate(value: i128) -> Result<(), BoundedIntegerError>
Source§impl Clone for StartallOnbootDelayInt
impl Clone for StartallOnbootDelayInt
Source§fn clone(&self) -> StartallOnbootDelayInt
fn clone(&self) -> StartallOnbootDelayInt
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for StartallOnbootDelayInt
Source§impl Debug for StartallOnbootDelayInt
impl Debug for StartallOnbootDelayInt
Source§impl<'de> Deserialize<'de> for StartallOnbootDelayInt
impl<'de> Deserialize<'de> for StartallOnbootDelayInt
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for StartallOnbootDelayInt
impl PartialEq for StartallOnbootDelayInt
Source§fn eq(&self, other: &StartallOnbootDelayInt) -> bool
fn eq(&self, other: &StartallOnbootDelayInt) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for StartallOnbootDelayInt
impl PartialOrd for StartallOnbootDelayInt
Source§impl Serialize for StartallOnbootDelayInt
impl Serialize for StartallOnbootDelayInt
impl StructuralPartialEq for StartallOnbootDelayInt
Auto Trait Implementations§
impl Freeze for StartallOnbootDelayInt
impl RefUnwindSafe for StartallOnbootDelayInt
impl Send for StartallOnbootDelayInt
impl Sync for StartallOnbootDelayInt
impl Unpin for StartallOnbootDelayInt
impl UnsafeUnpin for StartallOnbootDelayInt
impl UnwindSafe for StartallOnbootDelayInt
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