#[non_exhaustive]pub struct GetTileOutputBuilder { /* private fields */ }
Expand description
A builder for GetTileOutput
.
Implementations§
source§impl GetTileOutputBuilder
impl GetTileOutputBuilder
sourcepub fn binary_file(self, input: ByteStream) -> Self
pub fn binary_file(self, input: ByteStream) -> Self
The output binary file.
sourcepub fn set_binary_file(self, input: Option<ByteStream>) -> Self
pub fn set_binary_file(self, input: Option<ByteStream>) -> Self
The output binary file.
sourcepub fn get_binary_file(&self) -> &Option<ByteStream>
pub fn get_binary_file(&self) -> &Option<ByteStream>
The output binary file.
sourcepub fn build(self) -> GetTileOutput
pub fn build(self) -> GetTileOutput
Consumes the builder and constructs a GetTileOutput
.
Trait Implementations§
source§impl Debug for GetTileOutputBuilder
impl Debug for GetTileOutputBuilder
source§impl Default for GetTileOutputBuilder
impl Default for GetTileOutputBuilder
source§fn default() -> GetTileOutputBuilder
fn default() -> GetTileOutputBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for GetTileOutputBuilder
impl Send for GetTileOutputBuilder
impl Sync for GetTileOutputBuilder
impl Unpin for GetTileOutputBuilder
impl !UnwindSafe for GetTileOutputBuilder
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>
Creates a shared type from an unshared type.