[][src]Struct coder::client::Coder

pub struct Coder { /* fields omitted */ }

Implementations

impl Coder[src]

pub fn new<T: ToString>(uri: String, token: T) -> Result<Self, Box<dyn Error>>[src]

impl Coder[src]

pub fn new_request(&self) -> Result<Request<Body>, Box<dyn Error>>[src]

Returns a populated request for creating custom queries.

impl Coder[src]

pub fn envs(&self) -> GlobalEnvsBuilder[src]

Begins an environment query.

impl Coder[src]

pub fn images(&self) -> GlobalImagesBuilder[src]

Begins a global image query.

impl Coder[src]

pub fn orgs(&self) -> OrgsBuilder[src]

Begins an organization query.

impl Coder[src]

pub fn registries(&self) -> GlobalRegistriesBuilder[src]

Begins a global registry query.

impl Coder[src]

pub fn users(&self) -> UsersBuilder[src]

Begins a user query.

Auto Trait Implementations

impl !RefUnwindSafe for Coder

impl Send for Coder

impl Sync for Coder

impl Unpin for Coder

impl !UnwindSafe for Coder

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.