Struct luna_orm_trait::JoinedCondition
source · pub struct JoinedCondition { /* private fields */ }Trait Implementations§
source§impl Debug for JoinedCondition
impl Debug for JoinedCondition
source§impl<'de> Deserialize<'de> for JoinedCondition
impl<'de> Deserialize<'de> for JoinedCondition
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
source§impl FromClause for JoinedCondition
impl FromClause for JoinedCondition
fn get_from_clause(&self) -> String
source§impl PartialEq for JoinedCondition
impl PartialEq for JoinedCondition
source§fn eq(&self, other: &JoinedCondition) -> bool
fn eq(&self, other: &JoinedCondition) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for JoinedCondition
impl Serialize for JoinedCondition
impl Eq for JoinedCondition
impl StructuralEq for JoinedCondition
impl StructuralPartialEq for JoinedCondition
Auto Trait Implementations§
impl RefUnwindSafe for JoinedCondition
impl Send for JoinedCondition
impl Sync for JoinedCondition
impl Unpin for JoinedCondition
impl UnwindSafe for JoinedCondition
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.