pub enum FileProfile {
Embedded,
Serverless,
PrimaryReplica,
Cluster,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for FileProfile
impl Clone for FileProfile
Source§fn clone(&self) -> FileProfile
fn clone(&self) -> FileProfile
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 moreimpl Copy for FileProfile
Source§impl Debug for FileProfile
impl Debug for FileProfile
impl Eq for FileProfile
Source§impl Hash for FileProfile
impl Hash for FileProfile
Source§impl PartialEq for FileProfile
impl PartialEq for FileProfile
Source§fn eq(&self, other: &FileProfile) -> bool
fn eq(&self, other: &FileProfile) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FileProfile
Auto Trait Implementations§
impl Freeze for FileProfile
impl RefUnwindSafe for FileProfile
impl Send for FileProfile
impl Sync for FileProfile
impl Unpin for FileProfile
impl UnsafeUnpin for FileProfile
impl UnwindSafe for FileProfile
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