pub struct NiNodeUpdateEvent;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NiNodeUpdateEvent
impl RefUnwindSafe for NiNodeUpdateEvent
impl Send for NiNodeUpdateEvent
impl Sync for NiNodeUpdateEvent
impl Unpin for NiNodeUpdateEvent
impl UnwindSafe for NiNodeUpdateEvent
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