pub struct NativeState { /* private fields */ }Trait Implementations§
Source§impl Clone for NativeState
impl Clone for NativeState
Source§fn clone(&self) -> NativeState
fn clone(&self) -> NativeState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for NativeState
impl Default for NativeState
Source§impl RpcConnectionCleanupSink for NativeState
impl RpcConnectionCleanupSink for NativeState
fn cleanup_connection<'a>( &'a self, connection_id: u64, ) -> ConnectionCleanupFuture<'a>
Auto Trait Implementations§
impl !RefUnwindSafe for NativeState
impl !UnwindSafe for NativeState
impl Freeze for NativeState
impl Send for NativeState
impl Sync for NativeState
impl Unpin for NativeState
impl UnsafeUnpin for NativeState
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