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