pub struct RootedSystemLayout { /* private fields */ }Implementations§
Source§impl RootedSystemLayout
impl RootedSystemLayout
pub fn new<D: AsRef<Path>>( directory: D, ) -> Result<RootedSystemLayout, SystemError>
Trait Implementations§
Source§impl Debug for RootedSystemLayout
impl Debug for RootedSystemLayout
Source§impl SystemLayout for RootedSystemLayout
impl SystemLayout for RootedSystemLayout
Auto Trait Implementations§
impl Freeze for RootedSystemLayout
impl RefUnwindSafe for RootedSystemLayout
impl Send for RootedSystemLayout
impl Sync for RootedSystemLayout
impl Unpin for RootedSystemLayout
impl UnwindSafe for RootedSystemLayout
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