pub struct BucketName(/* private fields */);Expand description
A bucket or logical storage name.
Implementations§
Trait Implementations§
Source§impl AsRef<str> for BucketName
impl AsRef<str> for BucketName
Source§impl Clone for BucketName
impl Clone for BucketName
Source§fn clone(&self) -> BucketName
fn clone(&self) -> BucketName
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 moreSource§impl Debug for BucketName
impl Debug for BucketName
Source§impl Default for BucketName
impl Default for BucketName
Source§fn default() -> BucketName
fn default() -> BucketName
Returns the “default value” for a type. Read more
Source§impl Display for BucketName
impl Display for BucketName
Source§impl From<&str> for BucketName
impl From<&str> for BucketName
Source§impl From<String> for BucketName
impl From<String> for BucketName
Source§impl Hash for BucketName
impl Hash for BucketName
Source§impl Ord for BucketName
impl Ord for BucketName
Source§fn cmp(&self, other: &BucketName) -> Ordering
fn cmp(&self, other: &BucketName) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for BucketName
impl PartialEq for BucketName
Source§fn eq(&self, other: &BucketName) -> bool
fn eq(&self, other: &BucketName) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for BucketName
impl PartialOrd for BucketName
impl Eq for BucketName
impl StructuralPartialEq for BucketName
Auto Trait Implementations§
impl Freeze for BucketName
impl RefUnwindSafe for BucketName
impl Send for BucketName
impl Sync for BucketName
impl Unpin for BucketName
impl UnsafeUnpin for BucketName
impl UnwindSafe for BucketName
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