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