Struct aws_sdk_macie2::model::Range
source · [−]#[non_exhaustive]pub struct Range { /* private fields */ }
Expand description
Specifies the location of an occurrence of sensitive data in a non-binary text file, such as an HTML, TXT, or XML file.
Implementations
sourceimpl Range
impl Range
sourcepub fn end(&self) -> i64
pub fn end(&self) -> i64
The number of lines from the beginning of the file to the end of the sensitive data.
sourcepub fn start(&self) -> i64
pub fn start(&self) -> i64
The number of lines from the beginning of the file to the beginning of the sensitive data.
sourcepub fn start_column(&self) -> i64
pub fn start_column(&self) -> i64
The number of characters, with spaces and starting from 1, from the beginning of the first line that contains the sensitive data (start) to the beginning of the sensitive data.
Trait Implementations
impl StructuralPartialEq for Range
Auto Trait Implementations
impl RefUnwindSafe for Range
impl Send for Range
impl Sync for Range
impl Unpin for Range
impl UnwindSafe for Range
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