pub struct InventorySection {
pub hw_interval: String,
pub jitter: String,
pub enabled: bool,
}Fields§
§hw_interval: String§jitter: String§enabled: boolTrait Implementations§
Source§impl Clone for InventorySection
impl Clone for InventorySection
Source§fn clone(&self) -> InventorySection
fn clone(&self) -> InventorySection
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 moreSource§impl Debug for InventorySection
impl Debug for InventorySection
Source§impl Default for InventorySection
impl Default for InventorySection
Source§impl<'de> Deserialize<'de> for InventorySection
impl<'de> Deserialize<'de> for InventorySection
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
Auto Trait Implementations§
impl Freeze for InventorySection
impl RefUnwindSafe for InventorySection
impl Send for InventorySection
impl Sync for InventorySection
impl Unpin for InventorySection
impl UnsafeUnpin for InventorySection
impl UnwindSafe for InventorySection
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