pub struct SnapshotDownloadBuilder { /* private fields */ }
Expand description
Builder for SnapshotDownload
.
Implementations§
source§impl SnapshotDownloadBuilder
impl SnapshotDownloadBuilder
pub fn out_path(self, value: PathBuf) -> Self
pub fn collection_name(self, value: String) -> Self
pub fn snapshot_name<VALUE: Into<String>>(self, value: VALUE) -> Self
pub fn rest_api_uri<VALUE: Into<String>>(self, value: VALUE) -> Self
Trait Implementations§
source§impl From<SnapshotDownloadBuilder> for SnapshotDownload
impl From<SnapshotDownloadBuilder> for SnapshotDownload
source§fn from(value: SnapshotDownloadBuilder) -> Self
fn from(value: SnapshotDownloadBuilder) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SnapshotDownloadBuilder
impl RefUnwindSafe for SnapshotDownloadBuilder
impl Send for SnapshotDownloadBuilder
impl Sync for SnapshotDownloadBuilder
impl Unpin for SnapshotDownloadBuilder
impl UnwindSafe for SnapshotDownloadBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request