pub struct GetAnnotatedPageContentBuilder { /* private fields */ }Implementations§
Source§impl GetAnnotatedPageContentBuilder
impl GetAnnotatedPageContentBuilder
pub fn include_actionable_information( self, include_actionable_information: impl Into<bool>, ) -> Self
pub fn build(self) -> GetAnnotatedPageContent
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 moreSource§impl Default for GetAnnotatedPageContentBuilder
impl Default for GetAnnotatedPageContentBuilder
Source§fn default() -> GetAnnotatedPageContentBuilder
fn default() -> GetAnnotatedPageContentBuilder
Returns the “default value” for a type. Read more
Auto 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