Struct aws_sdk_s3::model::InventorySchedule
source · [−]#[non_exhaustive]pub struct InventorySchedule { /* private fields */ }
Expand description
Specifies the schedule for generating inventory results.
Implementations
sourceimpl InventorySchedule
impl InventorySchedule
sourcepub fn frequency(&self) -> Option<&InventoryFrequency>
pub fn frequency(&self) -> Option<&InventoryFrequency>
Specifies how frequently inventory results are produced.
sourceimpl InventorySchedule
impl InventorySchedule
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InventorySchedule
.
Trait Implementations
sourceimpl Clone for InventorySchedule
impl Clone for InventorySchedule
sourcefn clone(&self) -> InventorySchedule
fn clone(&self) -> InventorySchedule
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for InventorySchedule
impl Debug for InventorySchedule
sourceimpl PartialEq<InventorySchedule> for InventorySchedule
impl PartialEq<InventorySchedule> for InventorySchedule
sourcefn eq(&self, other: &InventorySchedule) -> bool
fn eq(&self, other: &InventorySchedule) -> bool
impl StructuralPartialEq for InventorySchedule
Auto Trait Implementations
impl RefUnwindSafe for InventorySchedule
impl Send for InventorySchedule
impl Sync for InventorySchedule
impl Unpin for InventorySchedule
impl UnwindSafe for InventorySchedule
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more