pub struct VppLicensingType {
pub supports_user_licensing: bool,
pub supports_device_licensing: bool,
}
Fields§
§supports_user_licensing: bool
§supports_device_licensing: bool
Trait Implementations§
Source§impl Clone for VppLicensingType
impl Clone for VppLicensingType
Source§fn clone(&self) -> VppLicensingType
fn clone(&self) -> VppLicensingType
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 VppLicensingType
impl Debug for VppLicensingType
Source§impl<'de> Deserialize<'de> for VppLicensingType
impl<'de> Deserialize<'de> for VppLicensingType
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 VppLicensingType
impl PartialEq for VppLicensingType
Source§impl Serialize for VppLicensingType
impl Serialize for VppLicensingType
impl Eq for VppLicensingType
impl StructuralPartialEq for VppLicensingType
Auto Trait Implementations§
impl Freeze for VppLicensingType
impl RefUnwindSafe for VppLicensingType
impl Send for VppLicensingType
impl Sync for VppLicensingType
impl Unpin for VppLicensingType
impl UnwindSafe for VppLicensingType
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