pub struct NestConfigurationLoader { /* private fields */ }Implementations§
Source§impl NestConfigurationLoader
impl NestConfigurationLoader
pub fn new(reader: FileSystemReader) -> Self
Trait Implementations§
Source§impl Clone for NestConfigurationLoader
impl Clone for NestConfigurationLoader
Source§fn clone(&self) -> NestConfigurationLoader
fn clone(&self) -> NestConfigurationLoader
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 NestConfigurationLoader
impl !RefUnwindSafe for NestConfigurationLoader
impl Send for NestConfigurationLoader
impl !Sync for NestConfigurationLoader
impl Unpin for NestConfigurationLoader
impl UnsafeUnpin for NestConfigurationLoader
impl UnwindSafe for NestConfigurationLoader
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