pub struct Join { /* private fields */ }Implementations§
Source§impl Join
impl Join
pub fn new( type: impl Into<String>, on: impl Into<String>, to: impl Into<String>, inject_at: impl Into<String>, ) -> Self
pub fn list(self, list: bool) -> Self
pub fn show(self, fields: impl IntoIterator<Item = impl Into<String>>) -> Self
pub fn hide(self, fields: impl IntoIterator<Item = impl Into<String>>) -> Self
pub fn terms(self, terms: impl IntoIterator<Item = Filter>) -> Self
pub fn join_type(self, join_type: JoinType) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Join
impl RefUnwindSafe for Join
impl Send for Join
impl Sync for Join
impl Unpin for Join
impl UnsafeUnpin for Join
impl UnwindSafe for Join
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