Struct glory_core::node::NodeRef
source · pub struct NodeRef<N: Debug> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<N> !RefUnwindSafe for NodeRef<N>
impl<N> !Send for NodeRef<N>
impl<N> !Sync for NodeRef<N>
impl<N> Unpin for NodeRef<N>
impl<N> !UnwindSafe for NodeRef<N>
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