pub struct BillTooShortInBottomTransportBwCount(/* private fields */);Expand description
Represents the bill too short in bottom transport bw count.
Implementations§
Source§impl BillTooShortInBottomTransportBwCount
impl BillTooShortInBottomTransportBwCount
Sourcepub const fn new() -> BillTooShortInBottomTransportBwCount
pub const fn new() -> BillTooShortInBottomTransportBwCount
Creates a new BillTooShortInBottomTransportBwCount.
Sourcepub const fn create(val: u32) -> BillTooShortInBottomTransportBwCount
pub const fn create(val: u32) -> BillTooShortInBottomTransportBwCount
Creates a new BillTooShortInBottomTransportBwCount from the provided parameter.
Sourcepub const fn inner(&self) -> u32
pub const fn inner(&self) -> u32
Gets the inner representation of BillTooShortInBottomTransportBwCount.
Sourcepub fn set_inner(&mut self, val: u32)
pub fn set_inner(&mut self, val: u32)
Sets the inner representation of BillTooShortInBottomTransportBwCount.
Sourcepub fn into_inner(self) -> u32
pub fn into_inner(self) -> u32
Converts into the inner representation of BillTooShortInBottomTransportBwCount.
Trait Implementations§
Source§impl Clone for BillTooShortInBottomTransportBwCount
impl Clone for BillTooShortInBottomTransportBwCount
Source§fn clone(&self) -> BillTooShortInBottomTransportBwCount
fn clone(&self) -> BillTooShortInBottomTransportBwCount
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 Default for BillTooShortInBottomTransportBwCount
impl Default for BillTooShortInBottomTransportBwCount
Source§fn default() -> BillTooShortInBottomTransportBwCount
fn default() -> BillTooShortInBottomTransportBwCount
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BillTooShortInBottomTransportBwCount
impl<'de> Deserialize<'de> for BillTooShortInBottomTransportBwCount
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<BillTooShortInBottomTransportBwCount, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<BillTooShortInBottomTransportBwCount, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<&BillTooShortInBottomTransportBwCount> for XfsMember
impl From<&BillTooShortInBottomTransportBwCount> for XfsMember
Source§fn from(val: &BillTooShortInBottomTransportBwCount) -> XfsMember
fn from(val: &BillTooShortInBottomTransportBwCount) -> XfsMember
Converts to this type from the input type.
Source§impl From<&BillTooShortInBottomTransportBwCount> for XfsValue
impl From<&BillTooShortInBottomTransportBwCount> for XfsValue
Source§fn from(val: &BillTooShortInBottomTransportBwCount) -> XfsValue
fn from(val: &BillTooShortInBottomTransportBwCount) -> XfsValue
Converts to this type from the input type.
Source§impl From<&i32> for BillTooShortInBottomTransportBwCount
impl From<&i32> for BillTooShortInBottomTransportBwCount
Source§fn from(val: &i32) -> BillTooShortInBottomTransportBwCount
fn from(val: &i32) -> BillTooShortInBottomTransportBwCount
Converts to this type from the input type.
Source§impl From<&u32> for BillTooShortInBottomTransportBwCount
impl From<&u32> for BillTooShortInBottomTransportBwCount
Source§fn from(val: &u32) -> BillTooShortInBottomTransportBwCount
fn from(val: &u32) -> BillTooShortInBottomTransportBwCount
Converts to this type from the input type.
Source§impl From<BillTooShortInBottomTransportBwCount> for XfsMember
impl From<BillTooShortInBottomTransportBwCount> for XfsMember
Source§fn from(val: BillTooShortInBottomTransportBwCount) -> XfsMember
fn from(val: BillTooShortInBottomTransportBwCount) -> XfsMember
Converts to this type from the input type.
Source§impl From<BillTooShortInBottomTransportBwCount> for XfsValue
impl From<BillTooShortInBottomTransportBwCount> for XfsValue
Source§fn from(val: BillTooShortInBottomTransportBwCount) -> XfsValue
fn from(val: BillTooShortInBottomTransportBwCount) -> XfsValue
Converts to this type from the input type.
Source§impl From<i32> for BillTooShortInBottomTransportBwCount
impl From<i32> for BillTooShortInBottomTransportBwCount
Source§fn from(val: i32) -> BillTooShortInBottomTransportBwCount
fn from(val: i32) -> BillTooShortInBottomTransportBwCount
Converts to this type from the input type.
Source§impl From<u32> for BillTooShortInBottomTransportBwCount
impl From<u32> for BillTooShortInBottomTransportBwCount
Source§fn from(val: u32) -> BillTooShortInBottomTransportBwCount
fn from(val: u32) -> BillTooShortInBottomTransportBwCount
Converts to this type from the input type.
Source§impl PartialEq for BillTooShortInBottomTransportBwCount
impl PartialEq for BillTooShortInBottomTransportBwCount
Source§fn eq(&self, other: &BillTooShortInBottomTransportBwCount) -> bool
fn eq(&self, other: &BillTooShortInBottomTransportBwCount) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for BillTooShortInBottomTransportBwCount
impl Serialize for BillTooShortInBottomTransportBwCount
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
impl Copy for BillTooShortInBottomTransportBwCount
impl Eq for BillTooShortInBottomTransportBwCount
impl StructuralPartialEq for BillTooShortInBottomTransportBwCount
Auto Trait Implementations§
impl Freeze for BillTooShortInBottomTransportBwCount
impl RefUnwindSafe for BillTooShortInBottomTransportBwCount
impl Send for BillTooShortInBottomTransportBwCount
impl Sync for BillTooShortInBottomTransportBwCount
impl Unpin for BillTooShortInBottomTransportBwCount
impl UnwindSafe for BillTooShortInBottomTransportBwCount
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