pub struct GetAnnotatedPageContentBuilder { /* private fields */ }Expand description
Builder for GetAnnotatedPageContent.
Implementations§
Source§impl GetAnnotatedPageContentBuilder
impl GetAnnotatedPageContentBuilder
Sourcepub fn include_actionable_information<VALUE: Into<bool>>(
&mut self,
value: VALUE,
) -> &mut Self
pub fn include_actionable_information<VALUE: Into<bool>>( &mut self, value: VALUE, ) -> &mut Self
Whether to include actionable information. Defaults to true.
Sourcepub fn build(
&self,
) -> Result<GetAnnotatedPageContent, GetAnnotatedPageContentBuilderError>
pub fn build( &self, ) -> Result<GetAnnotatedPageContent, GetAnnotatedPageContentBuilderError>
Trait Implementations§
Source§impl Clone for GetAnnotatedPageContentBuilder
impl Clone for GetAnnotatedPageContentBuilder
Source§fn clone(&self) -> GetAnnotatedPageContentBuilder
fn clone(&self) -> GetAnnotatedPageContentBuilder
Returns a duplicate 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 GetAnnotatedPageContentBuilder
impl RefUnwindSafe for GetAnnotatedPageContentBuilder
impl Send for GetAnnotatedPageContentBuilder
impl Sync for GetAnnotatedPageContentBuilder
impl Unpin for GetAnnotatedPageContentBuilder
impl UnsafeUnpin for GetAnnotatedPageContentBuilder
impl UnwindSafe for GetAnnotatedPageContentBuilder
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