pub struct B2ReplicationRule {
pub destination_bucket_id: String,
pub file_name_prefix: String,
pub include_existing_files: bool,
pub is_enabled: bool,
pub priority: u16,
pub replication_rule_name: String,
}Fields§
§destination_bucket_id: String§file_name_prefix: String§include_existing_files: bool§is_enabled: bool§priority: u16§replication_rule_name: StringTrait Implementations§
Source§impl Clone for B2ReplicationRule
impl Clone for B2ReplicationRule
Source§fn clone(&self) -> B2ReplicationRule
fn clone(&self) -> B2ReplicationRule
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 B2ReplicationRule
impl Debug for B2ReplicationRule
Source§impl<'de> Deserialize<'de> for B2ReplicationRule
impl<'de> Deserialize<'de> for B2ReplicationRule
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 B2ReplicationRule
impl RefUnwindSafe for B2ReplicationRule
impl Send for B2ReplicationRule
impl Sync for B2ReplicationRule
impl Unpin for B2ReplicationRule
impl UnwindSafe for B2ReplicationRule
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