pub struct BillTooShortInSpineFwCount(/* private fields */);Expand description
Represents the bill too short in spine fw count.
Implementations§
Source§impl BillTooShortInSpineFwCount
impl BillTooShortInSpineFwCount
Sourcepub const fn new() -> BillTooShortInSpineFwCount
pub const fn new() -> BillTooShortInSpineFwCount
Creates a new BillTooShortInSpineFwCount.
Sourcepub const fn create(val: u32) -> BillTooShortInSpineFwCount
pub const fn create(val: u32) -> BillTooShortInSpineFwCount
Creates a new BillTooShortInSpineFwCount from the provided parameter.
Sourcepub fn set_inner(&mut self, val: u32)
pub fn set_inner(&mut self, val: u32)
Sets the inner representation of BillTooShortInSpineFwCount.
Sourcepub fn into_inner(self) -> u32
pub fn into_inner(self) -> u32
Converts into the inner representation of BillTooShortInSpineFwCount.
Trait Implementations§
Source§impl Clone for BillTooShortInSpineFwCount
impl Clone for BillTooShortInSpineFwCount
Source§fn clone(&self) -> BillTooShortInSpineFwCount
fn clone(&self) -> BillTooShortInSpineFwCount
Returns a duplicate 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 BillTooShortInSpineFwCount
impl Debug for BillTooShortInSpineFwCount
Source§impl Default for BillTooShortInSpineFwCount
impl Default for BillTooShortInSpineFwCount
Source§fn default() -> BillTooShortInSpineFwCount
fn default() -> BillTooShortInSpineFwCount
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BillTooShortInSpineFwCount
impl<'de> Deserialize<'de> for BillTooShortInSpineFwCount
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<BillTooShortInSpineFwCount, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<BillTooShortInSpineFwCount, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for BillTooShortInSpineFwCount
impl Display for BillTooShortInSpineFwCount
Source§impl From<&BillTooShortInSpineFwCount> for XfsMember
impl From<&BillTooShortInSpineFwCount> for XfsMember
Source§fn from(val: &BillTooShortInSpineFwCount) -> XfsMember
fn from(val: &BillTooShortInSpineFwCount) -> XfsMember
Converts to this type from the input type.
Source§impl From<&BillTooShortInSpineFwCount> for XfsValue
impl From<&BillTooShortInSpineFwCount> for XfsValue
Source§fn from(val: &BillTooShortInSpineFwCount) -> XfsValue
fn from(val: &BillTooShortInSpineFwCount) -> XfsValue
Converts to this type from the input type.
Source§impl From<&i32> for BillTooShortInSpineFwCount
impl From<&i32> for BillTooShortInSpineFwCount
Source§fn from(val: &i32) -> BillTooShortInSpineFwCount
fn from(val: &i32) -> BillTooShortInSpineFwCount
Converts to this type from the input type.
Source§impl From<&u32> for BillTooShortInSpineFwCount
impl From<&u32> for BillTooShortInSpineFwCount
Source§fn from(val: &u32) -> BillTooShortInSpineFwCount
fn from(val: &u32) -> BillTooShortInSpineFwCount
Converts to this type from the input type.
Source§impl From<BillTooShortInSpineFwCount> for XfsMember
impl From<BillTooShortInSpineFwCount> for XfsMember
Source§fn from(val: BillTooShortInSpineFwCount) -> XfsMember
fn from(val: BillTooShortInSpineFwCount) -> XfsMember
Converts to this type from the input type.
Source§impl From<BillTooShortInSpineFwCount> for XfsValue
impl From<BillTooShortInSpineFwCount> for XfsValue
Source§fn from(val: BillTooShortInSpineFwCount) -> XfsValue
fn from(val: BillTooShortInSpineFwCount) -> XfsValue
Converts to this type from the input type.
Source§impl From<i32> for BillTooShortInSpineFwCount
impl From<i32> for BillTooShortInSpineFwCount
Source§fn from(val: i32) -> BillTooShortInSpineFwCount
fn from(val: i32) -> BillTooShortInSpineFwCount
Converts to this type from the input type.
Source§impl From<u32> for BillTooShortInSpineFwCount
impl From<u32> for BillTooShortInSpineFwCount
Source§fn from(val: u32) -> BillTooShortInSpineFwCount
fn from(val: u32) -> BillTooShortInSpineFwCount
Converts to this type from the input type.
Source§impl Serialize for BillTooShortInSpineFwCount
impl Serialize for BillTooShortInSpineFwCount
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Source§impl TryFrom<&XfsMember> for BillTooShortInSpineFwCount
impl TryFrom<&XfsMember> for BillTooShortInSpineFwCount
Source§impl TryFrom<&XfsValue> for BillTooShortInSpineFwCount
impl TryFrom<&XfsValue> for BillTooShortInSpineFwCount
Source§impl TryFrom<XfsValue> for BillTooShortInSpineFwCount
impl TryFrom<XfsValue> for BillTooShortInSpineFwCount
impl Copy for BillTooShortInSpineFwCount
impl Eq for BillTooShortInSpineFwCount
impl StructuralPartialEq for BillTooShortInSpineFwCount
Auto Trait Implementations§
impl Freeze for BillTooShortInSpineFwCount
impl RefUnwindSafe for BillTooShortInSpineFwCount
impl Send for BillTooShortInSpineFwCount
impl Sync for BillTooShortInSpineFwCount
impl Unpin for BillTooShortInSpineFwCount
impl UnwindSafe for BillTooShortInSpineFwCount
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