pub struct ProducedTable {
pub table: TableId,
pub location: Span,
pub always: bool,
pub recursive: bool,
}Fields§
§table: TableId§location: Span§always: bool§recursive: boolTrait Implementations§
Source§impl Clone for ProducedTable
impl Clone for ProducedTable
Source§fn clone(&self) -> ProducedTable
fn clone(&self) -> ProducedTable
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 ProducedTable
impl RefUnwindSafe for ProducedTable
impl !Send for ProducedTable
impl !Sync for ProducedTable
impl Unpin for ProducedTable
impl UnwindSafe for ProducedTable
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