pub enum DbDirection {
Contract,
Database,
}Variants§
Trait Implementations§
Source§impl Clone for DbDirection
impl Clone for DbDirection
Source§fn clone(&self) -> DbDirection
fn clone(&self) -> DbDirection
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 moreimpl Copy for DbDirection
Source§impl Debug for DbDirection
impl Debug for DbDirection
Source§impl<'de> Deserialize<'de> for DbDirection
impl<'de> Deserialize<'de> for DbDirection
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
impl Eq for DbDirection
Source§impl PartialEq for DbDirection
impl PartialEq for DbDirection
impl StructuralPartialEq for DbDirection
Auto Trait Implementations§
impl Freeze for DbDirection
impl RefUnwindSafe for DbDirection
impl Send for DbDirection
impl Sync for DbDirection
impl Unpin for DbDirection
impl UnsafeUnpin for DbDirection
impl UnwindSafe for DbDirection
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