pub struct RangeRelationTable {
pub table: Arc<Table>,
pub alias: Option<String>,
}Fields§
§table: Arc<Table>§alias: Option<String>Trait Implementations§
Source§impl Clone for RangeRelationTable
impl Clone for RangeRelationTable
Source§fn clone(&self) -> RangeRelationTable
fn clone(&self) -> RangeRelationTable
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 RangeRelationTable
impl RefUnwindSafe for RangeRelationTable
impl Send for RangeRelationTable
impl Sync for RangeRelationTable
impl Unpin for RangeRelationTable
impl UnwindSafe for RangeRelationTable
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