pub struct Join { /* private fields */ }Implementations§
Source§impl Join
impl Join
pub fn new( ident: Identifier, number: FieldNumber, join_table: Identifier, join_keys: Vec<Identifier>, ) -> Result<Self, Error>
pub fn parse<S: AsRef<str>>(join: S) -> Result<Self, Error>
pub fn to_protoql(&self) -> String
pub fn describe_keys(&self, _: &str) -> Vec<String>
Trait Implementations§
impl Eq for Join
impl StructuralPartialEq for Join
Auto Trait Implementations§
impl Freeze for Join
impl RefUnwindSafe for Join
impl Send for Join
impl Sync for Join
impl Unpin 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