[][src]Struct octocrab::markdown::RenderMarkdownBuilder

pub struct RenderMarkdownBuilder<'octo, 'r, 'text> { /* fields omitted */ }

Implementations

impl<'octo, 'r, 'text> RenderMarkdownBuilder<'octo, 'r, 'text>[src]

pub fn context<A: Into<String>>(self, context: impl Into<Option<A>>) -> Self[src]

The repository context to use when creating references in Mode::Gfm. Omit this parameter when using markdown mode.

pub fn mode(self, mode: impl Into<Option<Mode>>) -> Self[src]

The rendering mode.

pub async fn send(self) -> Result<String>[src]

Send the actual request.

Trait Implementations

impl<'octo, 'r, 'text> Serialize for RenderMarkdownBuilder<'octo, 'r, 'text>[src]

Auto Trait Implementations

impl<'octo, 'r, 'text> !RefUnwindSafe for RenderMarkdownBuilder<'octo, 'r, 'text>

impl<'octo, 'r, 'text> Send for RenderMarkdownBuilder<'octo, 'r, 'text>

impl<'octo, 'r, 'text> Sync for RenderMarkdownBuilder<'octo, 'r, 'text>

impl<'octo, 'r, 'text> Unpin for RenderMarkdownBuilder<'octo, 'r, 'text> where
    'octo: 'r, 

impl<'octo, 'r, 'text> !UnwindSafe for RenderMarkdownBuilder<'octo, 'r, 'text>

Blanket Implementations

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

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

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

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

impl<T, U> Into<U> for T where
    U: From<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.