pub struct MinecraftRootDispatchNode {
pub literals: HashMap<&'static str, MinecraftDispatchNode>,
pub aliases: HashMap<&'static str, &'static str>,
}Fields§
§literals: HashMap<&'static str, MinecraftDispatchNode>§aliases: HashMap<&'static str, &'static str>Implementations§
Source§impl MinecraftRootDispatchNode
impl MinecraftRootDispatchNode
pub fn merge( &mut self, other: MinecraftRootDispatchNode, ) -> Result<(), MergeError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MinecraftRootDispatchNode
impl RefUnwindSafe for MinecraftRootDispatchNode
impl Send for MinecraftRootDispatchNode
impl Sync for MinecraftRootDispatchNode
impl Unpin for MinecraftRootDispatchNode
impl UnsafeUnpin for MinecraftRootDispatchNode
impl UnwindSafe for MinecraftRootDispatchNode
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