pub struct NemoRelayNativeString { /* private fields */ }Expand description
Opaque host-owned UTF-8 string or JSON byte buffer.
Auto Trait Implementations§
impl !Send for NemoRelayNativeString
impl !Sync for NemoRelayNativeString
impl !Unpin for NemoRelayNativeString
impl Freeze for NemoRelayNativeString
impl RefUnwindSafe for NemoRelayNativeString
impl UnsafeUnpin for NemoRelayNativeString
impl UnwindSafe for NemoRelayNativeString
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