pub struct ObjectLockConfig { /* private fields */ }Expand description
The container element for Object Lock configuration parameters.
see put_object_lock_configuration and get_object_lock_configuration API.
Note: both mode and duration settings will be effective.
Implementations§
Source§impl ObjectLockConfig
impl ObjectLockConfig
Trait Implementations§
Source§impl Clone for ObjectLockConfig
impl Clone for ObjectLockConfig
Source§fn clone(&self) -> ObjectLockConfig
fn clone(&self) -> ObjectLockConfig
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 ObjectLockConfig
impl Debug for ObjectLockConfig
Source§impl Default for ObjectLockConfig
impl Default for ObjectLockConfig
Source§fn default() -> ObjectLockConfig
fn default() -> ObjectLockConfig
Returns the “default value” for a type. Read more
Source§impl FromXml for ObjectLockConfig
impl FromXml for ObjectLockConfig
Auto Trait Implementations§
impl Freeze for ObjectLockConfig
impl RefUnwindSafe for ObjectLockConfig
impl Send for ObjectLockConfig
impl Sync for ObjectLockConfig
impl Unpin for ObjectLockConfig
impl UnwindSafe for ObjectLockConfig
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