pub struct NodeIntegration;Expand description
Node integration placeholder
Implementations§
Auto Trait Implementations§
impl Freeze for NodeIntegration
impl RefUnwindSafe for NodeIntegration
impl Send for NodeIntegration
impl Sync for NodeIntegration
impl Unpin for NodeIntegration
impl UnwindSafe for NodeIntegration
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