Struct cloud_storage::bucket::Versioning [−][src]
pub struct Versioning {
pub enabled: bool,
}Expand description
Contains information about whether a Bucket keeps track of its version.
Fields
enabled: boolWhile set to true, versioning is fully enabled for this bucket.
Trait Implementations
impl Debug for Versioning[src]
impl Debug for Versioning[src]impl<'de> Deserialize<'de> for Versioning[src]
impl<'de> Deserialize<'de> for Versioning[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
impl PartialEq<Versioning> for Versioning[src]
impl PartialEq<Versioning> for Versioning[src]fn eq(&self, other: &Versioning) -> bool[src]
fn eq(&self, other: &Versioning) -> bool[src]This method tests for self and other values to be equal, and is used
by ==. Read more
fn ne(&self, other: &Versioning) -> bool[src]
fn ne(&self, other: &Versioning) -> bool[src]This method tests for !=.
impl Serialize for Versioning[src]
impl Serialize for Versioning[src]impl StructuralPartialEq for Versioning[src]
Auto Trait Implementations
impl RefUnwindSafe for Versioning
impl Send for Versioning
impl Sync for Versioning
impl Unpin for Versioning
impl UnwindSafe for Versioning
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]fn instrument(self, span: Span) -> Instrumented<Self>[src]
fn instrument(self, span: Span) -> Instrumented<Self>[src]Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
fn in_current_span(self) -> Instrumented<Self>[src]
fn in_current_span(self) -> Instrumented<Self>[src]impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,