pub struct TableRefId(/* private fields */);Implementations§
Source§impl TableRefId
impl TableRefId
pub fn into_inner(self) -> AnyNodeId
Trait Implementations§
Source§impl Clone for TableRefId
impl Clone for TableRefId
Source§fn clone(&self) -> TableRefId
fn clone(&self) -> TableRefId
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 moreSource§impl Debug for TableRefId
impl Debug for TableRefId
Source§impl<'a> From<TableRef<'a>> for TableRefId
impl<'a> From<TableRef<'a>> for TableRefId
Source§impl From<TableRefId> for AnyNodeId
impl From<TableRefId> for AnyNodeId
Source§fn from(id: TableRefId) -> AnyNodeId
fn from(id: TableRefId) -> AnyNodeId
Converts to this type from the input type.
Source§impl Hash for TableRefId
impl Hash for TableRefId
Source§impl PartialEq for TableRefId
impl PartialEq for TableRefId
Source§impl TypedNodeId for TableRefId
impl TypedNodeId for TableRefId
impl Copy for TableRefId
impl Eq for TableRefId
impl StructuralPartialEq for TableRefId
Auto Trait Implementations§
impl Freeze for TableRefId
impl RefUnwindSafe for TableRefId
impl Send for TableRefId
impl Sync for TableRefId
impl Unpin for TableRefId
impl UnsafeUnpin for TableRefId
impl UnwindSafe for TableRefId
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