Struct webc::v1::RecursiveFsEntryDir  
source · pub struct RecursiveFsEntryDir<'a> {
    pub name: String,
    pub contents: Vec<RecursiveFsEntry<'a>>,
}Available on crate feature 
v1 only.Fields§
§name: String§contents: Vec<RecursiveFsEntry<'a>>Trait Implementations§
source§impl<'a> Debug for RecursiveFsEntryDir<'a>
 
impl<'a> Debug for RecursiveFsEntryDir<'a>
source§impl<'a> PartialEq for RecursiveFsEntryDir<'a>
 
impl<'a> PartialEq for RecursiveFsEntryDir<'a>
source§fn eq(&self, other: &RecursiveFsEntryDir<'a>) -> bool
 
fn eq(&self, other: &RecursiveFsEntryDir<'a>) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl<'a> StructuralPartialEq for RecursiveFsEntryDir<'a>
Auto Trait Implementations§
impl<'a> Freeze for RecursiveFsEntryDir<'a>
impl<'a> RefUnwindSafe for RecursiveFsEntryDir<'a>
impl<'a> Send for RecursiveFsEntryDir<'a>
impl<'a> Sync for RecursiveFsEntryDir<'a>
impl<'a> Unpin for RecursiveFsEntryDir<'a>
impl<'a> UnwindSafe for RecursiveFsEntryDir<'a>
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