Struct flashpoint_archive::util::ContentTreeNode
source · pub struct ContentTreeNode {
pub name: String,
pub expanded: bool,
pub size: i64,
pub node_type: String,
pub children: Vec<ContentTreeNode>,
pub count: i64,
}Fields§
§name: String§expanded: bool§size: i64§node_type: String§children: Vec<ContentTreeNode>§count: i64Trait Implementations§
source§impl Clone for ContentTreeNode
impl Clone for ContentTreeNode
source§fn clone(&self) -> ContentTreeNode
fn clone(&self) -> ContentTreeNode
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for ContentTreeNode
impl RefUnwindSafe for ContentTreeNode
impl Send for ContentTreeNode
impl Sync for ContentTreeNode
impl Unpin for ContentTreeNode
impl UnwindSafe for ContentTreeNode
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)