Struct backend::pool::MinioImageStorage [−][src]
pub struct MinioImageStorage(_);
Expand description
Minio Connection Pool
Trait Implementations
type Pool = MinioImagePool
type Pool = MinioImagePool
Returns a fairing that initializes the database and its connection pool. Read more
Returns a reference to the initialized database in rocket
. The
initializer fairing returned by init()
must have already executed for
Option
to be Some
. This is guaranteed to be the case if the fairing
is attached and either: Read more
type Target = MinioImagePool
type Target = MinioImagePool
The resulting type after dereferencing.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for MinioImageStorage
impl Send for MinioImageStorage
impl Sync for MinioImageStorage
impl Unpin for MinioImageStorage
impl UnwindSafe for MinioImageStorage
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn into_collection<A>(self) -> SmallVec<A> where
A: Array<Item = T>,
pub fn into_collection<A>(self) -> SmallVec<A> where
A: Array<Item = T>,
Converts self
into a collection.
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more