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