Struct BucketName
pub struct BucketName(/* private fields */);Expand description
A bucket or logical storage name.
Implementations§
§impl BucketName
impl BucketName
Trait Implementations§
§impl AsRef<str> for BucketName
impl AsRef<str> for BucketName
§impl Clone for BucketName
impl Clone for BucketName
§fn clone(&self) -> BucketName
fn clone(&self) -> BucketName
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for BucketName
impl Debug for BucketName
§impl Default for BucketName
impl Default for BucketName
§fn default() -> BucketName
fn default() -> BucketName
Returns the “default value” for a type. Read more
§impl Display for BucketName
impl Display for BucketName
§impl From<&str> for BucketName
impl From<&str> for BucketName
§fn from(value: &str) -> BucketName
fn from(value: &str) -> BucketName
Converts to this type from the input type.
§impl From<String> for BucketName
impl From<String> for BucketName
§fn from(value: String) -> BucketName
fn from(value: String) -> BucketName
Converts to this type from the input type.
§impl Hash for BucketName
impl Hash for BucketName
§impl Ord for BucketName
impl Ord for BucketName
§impl PartialEq for BucketName
impl PartialEq for BucketName
§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