pub struct Rel { /* private fields */ }Implementations§
Source§impl Rel
impl Rel
pub fn aggs<T>(self, value: T) -> Self
pub fn all<T>(self, value: T) -> Self
pub fn condition<T>(self, value: T) -> Self
pub fn exprs<T>(self, value: T) -> Self
pub fn fields<T>(self, value: T) -> Self
pub fn group<T>(self, value: T) -> Self
pub fn id<T>(self, value: T) -> Self
pub fn inputs<T>(self, value: T) -> Self
pub fn join_type<T>(self, value: T) -> Self
pub fn rel_op<T>(self, value: T) -> Self
pub fn table<T>(self, value: T) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Rel
impl RefUnwindSafe for Rel
impl Send for Rel
impl Sync for Rel
impl Unpin for Rel
impl UnwindSafe for Rel
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