pub struct JoinCandidate {
pub left: String,
pub right: String,
}Fields§
§left: StringTextual description of left side (from pred source or ident).
right: StringTrait Implementations§
Source§impl Clone for JoinCandidate
impl Clone for JoinCandidate
Source§fn clone(&self) -> JoinCandidate
fn clone(&self) -> JoinCandidate
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for JoinCandidate
impl RefUnwindSafe for JoinCandidate
impl Send for JoinCandidate
impl Sync for JoinCandidate
impl Unpin for JoinCandidate
impl UnsafeUnpin for JoinCandidate
impl UnwindSafe for JoinCandidate
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