Enum ipfs_sqlite_block_store::Synchronous [−][src]
pub enum Synchronous {
Full,
Normal,
Off,
}Variants
Full
Normal
Off
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Synchronous
impl Send for Synchronous
impl Sync for Synchronous
impl Unpin for Synchronous
impl UnwindSafe for Synchronous
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = T
Should always be Self
