Struct elastic::client::requests::endpoints::SnapshotGetRepositoryRequest []

pub struct SnapshotGetRepositoryRequest<'a> {
    pub url: Url<'a>,
}

Fields

Methods

impl<'a> SnapshotGetRepositoryRequest<'a>

Trait Implementations

impl<'a> Into<HttpRequest<'a, &'static [u8]>> for SnapshotGetRepositoryRequest<'a>

Performs the conversion.

impl<'a> PartialEq<SnapshotGetRepositoryRequest<'a>> for SnapshotGetRepositoryRequest<'a>

impl<'a> Debug for SnapshotGetRepositoryRequest<'a>

Formats the value using the given formatter.

impl<'a> Clone for SnapshotGetRepositoryRequest<'a>