Struct sea_orm_migration::prelude::Quote
pub struct Quote(_, _);Implementations§
Trait Implementations§
impl Copy for Quote
impl Eq for Quote
impl StructuralEq for Quote
impl StructuralPartialEq for Quote
Auto Trait Implementations§
impl RefUnwindSafe for Quote
impl Send for Quote
impl Sync for Quote
impl Unpin for Quote
impl UnwindSafe for Quote
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.