#[non_exhaustive]pub struct DatasetContentDeliveryRule { /* private fields */ }
Expand description
When dataset contents are created, they are delivered to destination specified here.
Implementations§
source§impl DatasetContentDeliveryRule
impl DatasetContentDeliveryRule
sourcepub fn entry_name(&self) -> Option<&str>
pub fn entry_name(&self) -> Option<&str>
The name of the dataset content delivery rules entry.
sourcepub fn destination(&self) -> Option<&DatasetContentDeliveryDestination>
pub fn destination(&self) -> Option<&DatasetContentDeliveryDestination>
The destination to which dataset contents are delivered.
source§impl DatasetContentDeliveryRule
impl DatasetContentDeliveryRule
sourcepub fn builder() -> DatasetContentDeliveryRuleBuilder
pub fn builder() -> DatasetContentDeliveryRuleBuilder
Creates a new builder-style object to manufacture DatasetContentDeliveryRule
.
Trait Implementations§
source§impl Clone for DatasetContentDeliveryRule
impl Clone for DatasetContentDeliveryRule
source§fn clone(&self) -> DatasetContentDeliveryRule
fn clone(&self) -> DatasetContentDeliveryRule
Returns a copy 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 DatasetContentDeliveryRule
impl Debug for DatasetContentDeliveryRule
source§impl PartialEq<DatasetContentDeliveryRule> for DatasetContentDeliveryRule
impl PartialEq<DatasetContentDeliveryRule> for DatasetContentDeliveryRule
source§fn eq(&self, other: &DatasetContentDeliveryRule) -> bool
fn eq(&self, other: &DatasetContentDeliveryRule) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DatasetContentDeliveryRule
Auto Trait Implementations§
impl RefUnwindSafe for DatasetContentDeliveryRule
impl Send for DatasetContentDeliveryRule
impl Sync for DatasetContentDeliveryRule
impl Unpin for DatasetContentDeliveryRule
impl UnwindSafe for DatasetContentDeliveryRule
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