pub struct Versioning {
pub enabled: bool,
}
Expand description
Contains information about whether a Bucket keeps track of its version.
Fields§
§enabled: bool
While set to true, versioning is fully enabled for this bucket.
Trait Implementations§
Source§impl Debug for Versioning
impl Debug for Versioning
Source§impl<'de> Deserialize<'de> for Versioning
impl<'de> Deserialize<'de> for Versioning
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
Source§impl PartialEq for Versioning
impl PartialEq for Versioning
Source§impl Serialize for Versioning
impl Serialize for Versioning
impl StructuralPartialEq for Versioning
Auto Trait Implementations§
impl Freeze for Versioning
impl RefUnwindSafe for Versioning
impl Send for Versioning
impl Sync for Versioning
impl Unpin for Versioning
impl UnwindSafe for Versioning
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