pub struct MagicNode {
pub name: MagicName,
}Fields§
§name: MagicNameImplementations§
Trait Implementations§
impl StructuralPartialEq for MagicNode
Auto Trait Implementations§
impl Freeze for MagicNode
impl RefUnwindSafe for MagicNode
impl Send for MagicNode
impl Sync for MagicNode
impl Unpin for MagicNode
impl UnwindSafe for MagicNode
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