pub enum UsageScope {
Cluster,
Bucket,
Prefix,
}Expand description
Requested usage scope.
Variants§
Cluster
All buckets visible to the configured alias.
Bucket
A single bucket.
Prefix
A prefix within a bucket.
Implementations§
Trait Implementations§
Source§impl Clone for UsageScope
impl Clone for UsageScope
Source§fn clone(&self) -> UsageScope
fn clone(&self) -> UsageScope
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for UsageScope
Source§impl Debug for UsageScope
impl Debug for UsageScope
Source§impl<'de> Deserialize<'de> for UsageScope
impl<'de> Deserialize<'de> for UsageScope
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
impl Eq for UsageScope
Source§impl PartialEq for UsageScope
impl PartialEq for UsageScope
Source§impl Serialize for UsageScope
impl Serialize for UsageScope
impl StructuralPartialEq for UsageScope
Auto Trait Implementations§
impl Freeze for UsageScope
impl RefUnwindSafe for UsageScope
impl Send for UsageScope
impl Sync for UsageScope
impl Unpin for UsageScope
impl UnsafeUnpin for UsageScope
impl UnwindSafe for UsageScope
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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