pub struct NemoRelayNativeScopeStackBinding { /* private fields */ }Expand description
Opaque host-owned captured scope-stack binding.
Auto Trait Implementations§
impl !Send for NemoRelayNativeScopeStackBinding
impl !Sync for NemoRelayNativeScopeStackBinding
impl !Unpin for NemoRelayNativeScopeStackBinding
impl Freeze for NemoRelayNativeScopeStackBinding
impl RefUnwindSafe for NemoRelayNativeScopeStackBinding
impl UnsafeUnpin for NemoRelayNativeScopeStackBinding
impl UnwindSafe for NemoRelayNativeScopeStackBinding
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