pub enum GetCaptableOptionsError {
UnknownValue(Value),
}Expand description
struct for typed errors of method get_captable_options
Variants§
Trait Implementations§
Source§impl Clone for GetCaptableOptionsError
impl Clone for GetCaptableOptionsError
Source§fn clone(&self) -> GetCaptableOptionsError
fn clone(&self) -> GetCaptableOptionsError
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 moreSource§impl Debug for GetCaptableOptionsError
impl Debug for GetCaptableOptionsError
Source§impl<'de> Deserialize<'de> for GetCaptableOptionsError
impl<'de> Deserialize<'de> for GetCaptableOptionsError
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
Auto Trait Implementations§
impl Freeze for GetCaptableOptionsError
impl RefUnwindSafe for GetCaptableOptionsError
impl Send for GetCaptableOptionsError
impl Sync for GetCaptableOptionsError
impl Unpin for GetCaptableOptionsError
impl UnsafeUnpin for GetCaptableOptionsError
impl UnwindSafe for GetCaptableOptionsError
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