Enum fplus_lib::core::application::file::StorageModularity
source · pub enum StorageModularity {
IPFS,
Lotus,
Singularity,
Graphsplit,
Other(String),
}
Variants§
Trait Implementations§
source§impl Clone for StorageModularity
impl Clone for StorageModularity
source§fn clone(&self) -> StorageModularity
fn clone(&self) -> StorageModularity
Returns a copy 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 moresource§impl Debug for StorageModularity
impl Debug for StorageModularity
source§impl<'de> Deserialize<'de> for StorageModularity
impl<'de> Deserialize<'de> for StorageModularity
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl RefUnwindSafe for StorageModularity
impl Send for StorageModularity
impl Sync for StorageModularity
impl Unpin for StorageModularity
impl UnwindSafe for StorageModularity
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