pub struct AliasTable {
pub aliases: Vec<NodeIdAlias>,
}Expand description
List of aliases used in a nodeset.
Fields§
§aliases: Vec<NodeIdAlias>Alias list.
Trait Implementations§
Source§impl Debug for AliasTable
impl Debug for AliasTable
Source§impl Default for AliasTable
impl Default for AliasTable
Source§fn default() -> AliasTable
fn default() -> AliasTable
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AliasTable
impl RefUnwindSafe for AliasTable
impl Send for AliasTable
impl Sync for AliasTable
impl Unpin for AliasTable
impl UnwindSafe for AliasTable
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