pub enum YamlInputKind {
Plain,
Hashpipe,
}Variants§
Trait Implementations§
Source§impl Clone for YamlInputKind
impl Clone for YamlInputKind
Source§fn clone(&self) -> YamlInputKind
fn clone(&self) -> YamlInputKind
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 YamlInputKind
impl Debug for YamlInputKind
Source§impl Default for YamlInputKind
impl Default for YamlInputKind
Source§fn default() -> YamlInputKind
fn default() -> YamlInputKind
Returns the “default value” for a type. Read more
Source§impl PartialEq for YamlInputKind
impl PartialEq for YamlInputKind
impl Copy for YamlInputKind
impl Eq for YamlInputKind
impl StructuralPartialEq for YamlInputKind
Auto Trait Implementations§
impl Freeze for YamlInputKind
impl RefUnwindSafe for YamlInputKind
impl Send for YamlInputKind
impl Sync for YamlInputKind
impl Unpin for YamlInputKind
impl UnsafeUnpin for YamlInputKind
impl UnwindSafe for YamlInputKind
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