pub struct Builder { /* private fields */ }
Expand description
A builder for Page
.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn line_range(self, input: Range) -> Self
pub fn line_range(self, input: Range) -> Self
Reserved for future use.
sourcepub fn set_line_range(self, input: Option<Range>) -> Self
pub fn set_line_range(self, input: Option<Range>) -> Self
Reserved for future use.
sourcepub fn offset_range(self, input: Range) -> Self
pub fn offset_range(self, input: Range) -> Self
Reserved for future use.
sourcepub fn set_offset_range(self, input: Option<Range>) -> Self
pub fn set_offset_range(self, input: Option<Range>) -> Self
Reserved for future use.
sourcepub fn page_number(self, input: i64) -> Self
pub fn page_number(self, input: i64) -> Self
The page number of the page that contains the sensitive data.
sourcepub fn set_page_number(self, input: Option<i64>) -> Self
pub fn set_page_number(self, input: Option<i64>) -> Self
The page number of the page that contains the sensitive data.
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