pub struct Builder { /* private fields */ }Expand description
A builder for Loa.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn loa_content(self, input: Blob) -> Self
pub fn loa_content(self, input: Blob) -> Self
The binary contents of the LOA-CFA document.
sourcepub fn set_loa_content(self, input: Option<Blob>) -> Self
pub fn set_loa_content(self, input: Option<Blob>) -> Self
The binary contents of the LOA-CFA document.
sourcepub fn loa_content_type(self, input: LoaContentType) -> Self
pub fn loa_content_type(self, input: LoaContentType) -> Self
The standard media type for the LOA-CFA document. The only supported value is application/pdf.
sourcepub fn set_loa_content_type(self, input: Option<LoaContentType>) -> Self
pub fn set_loa_content_type(self, input: Option<LoaContentType>) -> Self
The standard media type for the LOA-CFA document. The only supported value is application/pdf.
Trait Implementations
impl StructuralPartialEq for Builder
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more