pub struct ObjectLockConfiguration {
pub object_lock_enabled: Option<ObjectLockEnabled>,
pub rule: Option<ObjectLockRule>,
}Fields§
§object_lock_enabled: Option<ObjectLockEnabled>§rule: Option<ObjectLockRule>Trait Implementations§
Source§impl Debug for ObjectLockConfiguration
impl Debug for ObjectLockConfiguration
Source§impl Default for ObjectLockConfiguration
impl Default for ObjectLockConfiguration
Source§fn default() -> ObjectLockConfiguration
fn default() -> ObjectLockConfiguration
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ObjectLockConfiguration
impl<'de> Deserialize<'de> for ObjectLockConfiguration
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 ObjectLockConfiguration
impl RefUnwindSafe for ObjectLockConfiguration
impl Send for ObjectLockConfiguration
impl Sync for ObjectLockConfiguration
impl Unpin for ObjectLockConfiguration
impl UnwindSafe for ObjectLockConfiguration
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