pub struct DocListRow {
pub path: String,
pub blocks: i64,
pub ts: Option<String>,
}Expand description
One row of docs_list.
Fields§
§path: String§blocks: i64§ts: Option<String>Trait Implementations§
Source§impl Clone for DocListRow
impl Clone for DocListRow
Source§impl Debug for DocListRow
impl Debug for DocListRow
impl Eq for DocListRow
Source§impl PartialEq for DocListRow
impl PartialEq for DocListRow
impl StructuralPartialEq for DocListRow
Auto Trait Implementations§
impl Freeze for DocListRow
impl RefUnwindSafe for DocListRow
impl Send for DocListRow
impl Sync for DocListRow
impl Unpin for DocListRow
impl UnsafeUnpin for DocListRow
impl UnwindSafe for DocListRow
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,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.