pub struct ShmemServer<T, U> { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<T, U> Freeze for ShmemServer<T, U>
impl<T, U> !RefUnwindSafe for ShmemServer<T, U>
impl<T, U> Send for ShmemServer<T, U>
impl<T, U> Sync for ShmemServer<T, U>
impl<T, U> Unpin for ShmemServer<T, U>
impl<T, U> !UnwindSafe for ShmemServer<T, U>
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