pub struct NodeIdAlias {
pub id: NodeId,
pub alias: String,
}Expand description
Entry in the alias table.
Fields§
§id: NodeIdNode ID.
alias: StringAlias name.
Trait Implementations§
Source§impl Debug for NodeIdAlias
impl Debug for NodeIdAlias
Auto Trait Implementations§
impl Freeze for NodeIdAlias
impl RefUnwindSafe for NodeIdAlias
impl Send for NodeIdAlias
impl Sync for NodeIdAlias
impl Unpin for NodeIdAlias
impl UnwindSafe for NodeIdAlias
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