Struct luna_orm_trait::JoinedField
source · pub struct JoinedField { /* private fields */ }Trait Implementations§
source§impl Debug for JoinedField
impl Debug for JoinedField
source§impl<'de> Deserialize<'de> for JoinedField
impl<'de> Deserialize<'de> for JoinedField
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 PartialEq for JoinedField
impl PartialEq for JoinedField
source§fn eq(&self, other: &JoinedField) -> bool
fn eq(&self, other: &JoinedField) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for JoinedField
impl Serialize for JoinedField
impl Eq for JoinedField
impl StructuralEq for JoinedField
impl StructuralPartialEq for JoinedField
Auto Trait Implementations§
impl RefUnwindSafe for JoinedField
impl Send for JoinedField
impl Sync for JoinedField
impl Unpin for JoinedField
impl UnwindSafe for JoinedField
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.