pub struct RootPageDef {
pub filename: String,
pub title: String,
pub scan_dirs: Vec<String>,
pub children_are_dirs: bool,
}Fields§
§filename: String§title: String§scan_dirs: Vec<String>§children_are_dirs: boolTrait Implementations§
Source§impl Clone for RootPageDef
impl Clone for RootPageDef
Source§fn clone(&self) -> RootPageDef
fn clone(&self) -> RootPageDef
Returns a duplicate 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 RootPageDef
impl RefUnwindSafe for RootPageDef
impl Send for RootPageDef
impl Sync for RootPageDef
impl Unpin for RootPageDef
impl UnsafeUnpin for RootPageDef
impl UnwindSafe for RootPageDef
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