pub struct NoopFetchClient;Expand description
Default stub fetch client: returns an empty template with a 200 status.
Trait Implementations§
Source§impl Default for NoopFetchClient
impl Default for NoopFetchClient
Source§fn default() -> NoopFetchClient
fn default() -> NoopFetchClient
Returns the “default value” for a type. Read more
Source§impl RemoteConfigFetchClient for NoopFetchClient
impl RemoteConfigFetchClient for NoopFetchClient
fn fetch(&self, request: FetchRequest) -> RemoteConfigResult<FetchResponse>
Auto Trait Implementations§
impl Freeze for NoopFetchClient
impl RefUnwindSafe for NoopFetchClient
impl Send for NoopFetchClient
impl Sync for NoopFetchClient
impl Unpin for NoopFetchClient
impl UnwindSafe for NoopFetchClient
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