pub enum RemoteConfigStoreError {
Full,
}
Variants§
Full
Trait Implementations§
Source§impl Debug for RemoteConfigStoreError
impl Debug for RemoteConfigStoreError
Source§impl<'de> Deserialize<'de> for RemoteConfigStoreError
impl<'de> Deserialize<'de> for RemoteConfigStoreError
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for RemoteConfigStoreError
impl Display for RemoteConfigStoreError
Source§impl Error for RemoteConfigStoreError
impl Error for RemoteConfigStoreError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl Format for RemoteConfigStoreError
impl Format for RemoteConfigStoreError
Source§impl PartialEq for RemoteConfigStoreError
impl PartialEq for RemoteConfigStoreError
Source§impl Serialize for RemoteConfigStoreError
impl Serialize for RemoteConfigStoreError
impl Eq for RemoteConfigStoreError
impl StructuralPartialEq for RemoteConfigStoreError
Auto Trait Implementations§
impl Freeze for RemoteConfigStoreError
impl RefUnwindSafe for RemoteConfigStoreError
impl Send for RemoteConfigStoreError
impl Sync for RemoteConfigStoreError
impl Unpin for RemoteConfigStoreError
impl UnwindSafe for RemoteConfigStoreError
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
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.