[][src]Trait conjure_object::Plain

pub trait Plain {
    fn fmt(&self, fmt: &mut Formatter) -> Result;
}

Format trait for the Conjure PLAIN format.

Required methods

fn fmt(&self, fmt: &mut Formatter) -> Result

Formats this value in its Conjure PLAIN format.

Loading content...

Implementations on Foreign Types

impl<'_, T: ?Sized> Plain for &'_ T where
    T: Plain
[src]

impl Plain for bool[src]

impl Plain for i32[src]

impl Plain for str[src]

impl Plain for String[src]

impl Plain for f64[src]

impl Plain for [u8][src]

impl Plain for Vec<u8>[src]

Loading content...

Implementors

impl Plain for BearerToken[src]

impl Plain for ResourceIdentifier[src]

impl Plain for SafeLong[src]

impl Plain for ByteBuf[src]

impl Plain for DateTime<Utc>[src]

impl Plain for Uuid[src]

Loading content...