Enum dropbox_sdk::NoError [−][src]
pub enum NoError {}
Expand description
A special error type for a method that doesn’t have any defined error return. You can’t actually encounter a value of this type in real life; it’s here to satisfy type requirements.
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
The lower-level source of this error, if any. Read more
👎 Deprecated since 1.42.0:
use the Display impl or to_string()
👎 Deprecated since 1.33.0:
replaced by Error::source, which can support downcasting
Auto Trait Implementations
impl RefUnwindSafe for NoError
impl UnwindSafe for NoError
Blanket Implementations
Mutably borrows from an owned value. Read more