pub struct CompoundSelectId(/* private fields */);Implementations§
Source§impl CompoundSelectId
impl CompoundSelectId
pub fn into_inner(self) -> AnyNodeId
Trait Implementations§
Source§impl Clone for CompoundSelectId
impl Clone for CompoundSelectId
Source§fn clone(&self) -> CompoundSelectId
fn clone(&self) -> CompoundSelectId
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 CompoundSelectId
impl Debug for CompoundSelectId
Source§impl<'a> From<CompoundSelect<'a>> for CompoundSelectId
impl<'a> From<CompoundSelect<'a>> for CompoundSelectId
Source§fn from(n: CompoundSelect<'a>) -> Self
fn from(n: CompoundSelect<'a>) -> Self
Converts to this type from the input type.
Source§impl From<CompoundSelectId> for AnyNodeId
impl From<CompoundSelectId> for AnyNodeId
Source§fn from(id: CompoundSelectId) -> AnyNodeId
fn from(id: CompoundSelectId) -> AnyNodeId
Converts to this type from the input type.
Source§impl Hash for CompoundSelectId
impl Hash for CompoundSelectId
Source§impl PartialEq for CompoundSelectId
impl PartialEq for CompoundSelectId
Source§impl TypedNodeId for CompoundSelectId
impl TypedNodeId for CompoundSelectId
Source§type Node<'a> = CompoundSelect<'a>
type Node<'a> = CompoundSelect<'a>
The typed view produced when this ID is resolved against an arena.
impl Copy for CompoundSelectId
impl Eq for CompoundSelectId
impl StructuralPartialEq for CompoundSelectId
Auto Trait Implementations§
impl Freeze for CompoundSelectId
impl RefUnwindSafe for CompoundSelectId
impl Send for CompoundSelectId
impl Sync for CompoundSelectId
impl Unpin for CompoundSelectId
impl UnsafeUnpin for CompoundSelectId
impl UnwindSafe for CompoundSelectId
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