pub struct FileDataRow {
pub id: FileDataKey,
pub filename: String,
pub filepath: String,
}Available on crate feature
wrath only.Fields§
§id: FileDataKey§filename: String§filepath: StringTrait Implementations§
Source§impl Clone for FileDataRow
impl Clone for FileDataRow
Source§fn clone(&self) -> FileDataRow
fn clone(&self) -> FileDataRow
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 Debug for FileDataRow
impl Debug for FileDataRow
Source§impl Hash for FileDataRow
impl Hash for FileDataRow
Source§impl Ord for FileDataRow
impl Ord for FileDataRow
Source§fn cmp(&self, other: &FileDataRow) -> Ordering
fn cmp(&self, other: &FileDataRow) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for FileDataRow
impl PartialEq for FileDataRow
Source§impl PartialOrd for FileDataRow
impl PartialOrd for FileDataRow
impl Eq for FileDataRow
impl StructuralPartialEq for FileDataRow
Auto Trait Implementations§
impl Freeze for FileDataRow
impl RefUnwindSafe for FileDataRow
impl Send for FileDataRow
impl Sync for FileDataRow
impl Unpin for FileDataRow
impl UnwindSafe for FileDataRow
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