pub enum AssetReferenceKind {
MarkdownImage,
RawHtmlImage,
}Variants§
Trait Implementations§
Source§impl Clone for AssetReferenceKind
impl Clone for AssetReferenceKind
Source§fn clone(&self) -> AssetReferenceKind
fn clone(&self) -> AssetReferenceKind
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 moreSource§impl Debug for AssetReferenceKind
impl Debug for AssetReferenceKind
Source§impl PartialEq for AssetReferenceKind
impl PartialEq for AssetReferenceKind
Source§impl Serialize for AssetReferenceKind
impl Serialize for AssetReferenceKind
impl Eq for AssetReferenceKind
impl StructuralPartialEq for AssetReferenceKind
Auto Trait Implementations§
impl Freeze for AssetReferenceKind
impl RefUnwindSafe for AssetReferenceKind
impl Send for AssetReferenceKind
impl Sync for AssetReferenceKind
impl Unpin for AssetReferenceKind
impl UnsafeUnpin for AssetReferenceKind
impl UnwindSafe for AssetReferenceKind
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.