pub enum ContainerName {
Default,
Ficom,
Dicom,
CachingFicom,
S3,
Legacy,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ContainerName
impl Clone for ContainerName
Source§fn clone(&self) -> ContainerName
fn clone(&self) -> ContainerName
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 moreAuto Trait Implementations§
impl Freeze for ContainerName
impl RefUnwindSafe for ContainerName
impl Send for ContainerName
impl Sync for ContainerName
impl Unpin for ContainerName
impl UnsafeUnpin for ContainerName
impl UnwindSafe for ContainerName
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