pub enum MemoryFormatValue {
Markdown,
Json,
}Variants§
Trait Implementations§
Source§impl Clone for MemoryFormatValue
impl Clone for MemoryFormatValue
Source§fn clone(&self) -> MemoryFormatValue
fn clone(&self) -> MemoryFormatValue
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 moreSource§impl Debug for MemoryFormatValue
impl Debug for MemoryFormatValue
Source§impl ValueEnum for MemoryFormatValue
impl ValueEnum for MemoryFormatValue
impl Copy for MemoryFormatValue
Auto Trait Implementations§
impl Freeze for MemoryFormatValue
impl RefUnwindSafe for MemoryFormatValue
impl Send for MemoryFormatValue
impl Sync for MemoryFormatValue
impl Unpin for MemoryFormatValue
impl UnsafeUnpin for MemoryFormatValue
impl UnwindSafe for MemoryFormatValue
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