[][src]Struct tiny_gcs::types::BucketName

pub struct BucketName<'a> { /* fields omitted */ }

Trait Implementations

impl<'a> AsRef<str> for BucketName<'a>[src]

impl<'a> AsRef<[u8]> for BucketName<'a>[src]

impl<'a> Debug for BucketName<'a>[src]

impl<'a> TryFrom<&'a str> for BucketName<'a>[src]

type Error = Error

The type returned in the event of a conversion error.

impl<'a> TryFrom<String> for BucketName<'a>[src]

type Error = Error

The type returned in the event of a conversion error.

Auto Trait Implementations

impl<'a> Send for BucketName<'a>

impl<'a> Sync for BucketName<'a>

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]