pub struct GetAttachmentBuilder { /* private fields */ }
Expand description
Builder for GetAttachment
.
Implementations§
Source§impl GetAttachmentBuilder
impl GetAttachmentBuilder
Sourcepub fn build(&self) -> Result<GetAttachment, GetAttachmentBuilderError>
pub fn build(&self) -> Result<GetAttachment, GetAttachmentBuilderError>
Trait Implementations§
Source§impl Clone for GetAttachmentBuilder
impl Clone for GetAttachmentBuilder
Source§fn clone(&self) -> GetAttachmentBuilder
fn clone(&self) -> GetAttachmentBuilder
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for GetAttachmentBuilder
impl RefUnwindSafe for GetAttachmentBuilder
impl Send for GetAttachmentBuilder
impl Sync for GetAttachmentBuilder
impl Unpin for GetAttachmentBuilder
impl UnwindSafe for GetAttachmentBuilder
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