pub struct AttachmentBuilder { /* private fields */ }Implementations§
Source§impl AttachmentBuilder
impl AttachmentBuilder
pub fn id(self, id: String) -> Self
pub fn description(self, description: String) -> Self
pub fn filename(self, filename: String) -> Self
pub fn media_type(self, media_type: String) -> Self
pub fn format(self, format: String) -> Self
pub fn lastmod_time(self, lastmod_time: u64) -> Self
pub fn byte_count(self, byte_count: u64) -> Self
pub fn jws(self, jws: String) -> Self
pub fn finalize(self) -> Attachment
Auto Trait Implementations§
impl Freeze for AttachmentBuilder
impl RefUnwindSafe for AttachmentBuilder
impl Send for AttachmentBuilder
impl Sync for AttachmentBuilder
impl Unpin for AttachmentBuilder
impl UnwindSafe for AttachmentBuilder
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