pub struct FileContentClassificationPage {
pub rows: Vec<FileContentClassification>,
pub truncated: bool,
}Expand description
One bounded classification/path page.
Fields§
§rows: Vec<FileContentClassification>Rows in stable repository-path order.
truncated: boolWhether at least one additional row exists.
Trait Implementations§
Source§impl Clone for FileContentClassificationPage
impl Clone for FileContentClassificationPage
Source§fn clone(&self) -> FileContentClassificationPage
fn clone(&self) -> FileContentClassificationPage
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Eq for FileContentClassificationPage
Source§impl PartialEq for FileContentClassificationPage
impl PartialEq for FileContentClassificationPage
Source§fn eq(&self, other: &FileContentClassificationPage) -> bool
fn eq(&self, other: &FileContentClassificationPage) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FileContentClassificationPage
Auto Trait Implementations§
impl Freeze for FileContentClassificationPage
impl RefUnwindSafe for FileContentClassificationPage
impl Send for FileContentClassificationPage
impl Sync for FileContentClassificationPage
impl Unpin for FileContentClassificationPage
impl UnsafeUnpin for FileContentClassificationPage
impl UnwindSafe for FileContentClassificationPage
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.