pub struct TreeListItem {
pub id: String,
pub source: String,
pub description: Option<String>,
pub total_pages: usize,
pub node_count: usize,
}Fields§
§id: String§source: String§description: Option<String>§total_pages: usize§node_count: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for TreeListItem
impl RefUnwindSafe for TreeListItem
impl Send for TreeListItem
impl Sync for TreeListItem
impl Unpin for TreeListItem
impl UnsafeUnpin for TreeListItem
impl UnwindSafe for TreeListItem
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