Enum TableFactor
pub enum TableFactor {
Table(SourceTableId),
}Variants§
Table(SourceTableId)
Reference to a table in the SourceTable’s tables vec
Trait Implementations§
§impl Clone for TableFactor
impl Clone for TableFactor
§fn clone(&self) -> TableFactor
fn clone(&self) -> TableFactor
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 more§impl Debug for TableFactor
impl Debug for TableFactor
§impl PartialEq for TableFactor
impl PartialEq for TableFactor
impl StructuralPartialEq for TableFactor
Auto Trait Implementations§
impl Freeze for TableFactor
impl RefUnwindSafe for TableFactor
impl Send for TableFactor
impl Sync for TableFactor
impl Unpin for TableFactor
impl UnwindSafe for TableFactor
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