pub struct InventorySchedule {
pub frequency: String,
}Expand description
Specifies the schedule for generating inventory results.
Fields§
§frequency: StringSpecifies how frequently inventory results are produced.
Trait Implementations§
Source§impl Clone for InventorySchedule
impl Clone for InventorySchedule
Source§fn clone(&self) -> InventorySchedule
fn clone(&self) -> InventorySchedule
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 InventorySchedule
impl Debug for InventorySchedule
Source§impl Default for InventorySchedule
impl Default for InventorySchedule
Source§fn default() -> InventorySchedule
fn default() -> InventorySchedule
Returns the “default value” for a type. Read more
Source§impl PartialEq for InventorySchedule
impl PartialEq for InventorySchedule
impl StructuralPartialEq for InventorySchedule
Auto Trait Implementations§
impl Freeze for InventorySchedule
impl RefUnwindSafe for InventorySchedule
impl Send for InventorySchedule
impl Sync for InventorySchedule
impl Unpin for InventorySchedule
impl UnwindSafe for InventorySchedule
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