pub struct TypedIdsNode { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AstNode for TypedIdsNode
impl AstNode for TypedIdsNode
Source§impl Clone for TypedIdsNode
impl Clone for TypedIdsNode
Source§fn clone(&self) -> TypedIdsNode
fn clone(&self) -> TypedIdsNode
Returns a copy 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 TypedIdsNode
impl Debug for TypedIdsNode
Source§impl Hash for TypedIdsNode
impl Hash for TypedIdsNode
Source§impl PartialEq for TypedIdsNode
impl PartialEq for TypedIdsNode
impl Eq for TypedIdsNode
impl StructuralPartialEq for TypedIdsNode
Auto Trait Implementations§
impl Freeze for TypedIdsNode
impl !RefUnwindSafe for TypedIdsNode
impl !Send for TypedIdsNode
impl !Sync for TypedIdsNode
impl Unpin for TypedIdsNode
impl !UnwindSafe for TypedIdsNode
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