pub struct NoOpResolver;Expand description
No-op resolver that returns default configuration.
Useful as a fallback or for testing.
Trait Implementations§
Source§impl Clone for NoOpResolver
impl Clone for NoOpResolver
Source§fn clone(&self) -> NoOpResolver
fn clone(&self) -> NoOpResolver
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 moreSource§impl ConfigResolver for NoOpResolver
impl ConfigResolver for NoOpResolver
Source§fn resolve(&self) -> Result<OrcsConfig, ConfigError>
fn resolve(&self) -> Result<OrcsConfig, ConfigError>
Resolves and returns the current configuration. Read more
Source§impl Debug for NoOpResolver
impl Debug for NoOpResolver
Source§impl Default for NoOpResolver
impl Default for NoOpResolver
Source§fn default() -> NoOpResolver
fn default() -> NoOpResolver
Returns the “default value” for a type. Read more
impl Copy for NoOpResolver
Auto Trait Implementations§
impl Freeze for NoOpResolver
impl RefUnwindSafe for NoOpResolver
impl Send for NoOpResolver
impl Sync for NoOpResolver
impl Unpin for NoOpResolver
impl UnsafeUnpin for NoOpResolver
impl UnwindSafe for NoOpResolver
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