Struct makepad_studio::file_system::file_system::FileNode
source · pub struct FileNode {
pub parent_edge: Option<FileEdge>,
pub name: String,
pub child_edges: Option<Vec<FileEdge>>,
}Fields§
§parent_edge: Option<FileEdge>§name: String§child_edges: Option<Vec<FileEdge>>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for FileNode
impl Send for FileNode
impl Sync for FileNode
impl Unpin for FileNode
impl UnwindSafe for FileNode
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