[][src]Struct yamlette::model::yaml::bool::BoolValue

pub struct BoolValue { /* fields omitted */ }

Methods

impl BoolValue[src]

pub fn new(
    value: bool,
    styles: CommonStyles,
    alias: Option<Cow<'static, str>>
) -> BoolValue
[src]

pub fn to_bool(self) -> bool[src]

pub fn take_alias(&mut self) -> Option<Cow<'static, str>>[src]

pub fn issue_tag(&self) -> bool[src]

pub fn set_issue_tag(&mut self, val: bool)[src]

Trait Implementations

impl Tagged for BoolValue[src]

impl AsMut<bool> for BoolValue[src]

impl AsRef<bool> for BoolValue[src]

impl From<bool> for BoolValue[src]

impl From<BoolValue> for TaggedValue[src]

impl Debug for BoolValue[src]

Auto Trait Implementations

impl Send for BoolValue

impl Sync for BoolValue

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]