pub enum YamlEmbeddingHostKind {
FrontmatterMetadata,
HashpipePreamble,
}Variants§
Trait Implementations§
Source§impl Clone for YamlEmbeddingHostKind
impl Clone for YamlEmbeddingHostKind
Source§fn clone(&self) -> YamlEmbeddingHostKind
fn clone(&self) -> YamlEmbeddingHostKind
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 YamlEmbeddingHostKind
impl Debug for YamlEmbeddingHostKind
Source§impl PartialEq for YamlEmbeddingHostKind
impl PartialEq for YamlEmbeddingHostKind
impl Copy for YamlEmbeddingHostKind
impl Eq for YamlEmbeddingHostKind
impl StructuralPartialEq for YamlEmbeddingHostKind
Auto Trait Implementations§
impl Freeze for YamlEmbeddingHostKind
impl RefUnwindSafe for YamlEmbeddingHostKind
impl Send for YamlEmbeddingHostKind
impl Sync for YamlEmbeddingHostKind
impl Unpin for YamlEmbeddingHostKind
impl UnsafeUnpin for YamlEmbeddingHostKind
impl UnwindSafe for YamlEmbeddingHostKind
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