pub struct GetAnnotatedPageContentParamsBuilder { /* private fields */ }Implementations§
Source§impl GetAnnotatedPageContentParamsBuilder
impl GetAnnotatedPageContentParamsBuilder
Sourcepub fn includeActionableInformation(
self,
includeActionableInformation: bool,
) -> Self
pub fn includeActionableInformation( self, includeActionableInformation: bool, ) -> Self
Whether to include actionable information. Defaults to true.
pub fn build(self) -> GetAnnotatedPageContentParams
Trait Implementations§
Source§impl Default for GetAnnotatedPageContentParamsBuilder
impl Default for GetAnnotatedPageContentParamsBuilder
Source§fn default() -> GetAnnotatedPageContentParamsBuilder
fn default() -> GetAnnotatedPageContentParamsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetAnnotatedPageContentParamsBuilder
impl RefUnwindSafe for GetAnnotatedPageContentParamsBuilder
impl Send for GetAnnotatedPageContentParamsBuilder
impl Sync for GetAnnotatedPageContentParamsBuilder
impl Unpin for GetAnnotatedPageContentParamsBuilder
impl UnsafeUnpin for GetAnnotatedPageContentParamsBuilder
impl UnwindSafe for GetAnnotatedPageContentParamsBuilder
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