#[repr(i32)]pub enum AsdfYamlNodeStyle {
Auto = 0,
Flow = 1,
Block = 2,
}Expand description
Node style hints, mirroring asdf_yaml_node_style_t.
Variants§
Trait Implementations§
Source§impl Clone for AsdfYamlNodeStyle
impl Clone for AsdfYamlNodeStyle
Source§fn clone(&self) -> AsdfYamlNodeStyle
fn clone(&self) -> AsdfYamlNodeStyle
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 moreimpl Copy for AsdfYamlNodeStyle
Source§impl Debug for AsdfYamlNodeStyle
impl Debug for AsdfYamlNodeStyle
Source§impl Default for AsdfYamlNodeStyle
impl Default for AsdfYamlNodeStyle
Source§fn default() -> AsdfYamlNodeStyle
fn default() -> AsdfYamlNodeStyle
Returns the “default value” for a type. Read more
impl Eq for AsdfYamlNodeStyle
Source§impl PartialEq for AsdfYamlNodeStyle
impl PartialEq for AsdfYamlNodeStyle
impl StructuralPartialEq for AsdfYamlNodeStyle
Auto Trait Implementations§
impl Freeze for AsdfYamlNodeStyle
impl RefUnwindSafe for AsdfYamlNodeStyle
impl Send for AsdfYamlNodeStyle
impl Sync for AsdfYamlNodeStyle
impl Unpin for AsdfYamlNodeStyle
impl UnsafeUnpin for AsdfYamlNodeStyle
impl UnwindSafe for AsdfYamlNodeStyle
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