pub struct LocalWriterRegion { /* private fields */ }Expand description
Runtime region written locally and represented to the peer by a read-only entry.
The runtime state exposes identity only, not ordinary shared-memory slices.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Send for LocalWriterRegion
impl !Sync for LocalWriterRegion
impl Freeze for LocalWriterRegion
impl RefUnwindSafe for LocalWriterRegion
impl Unpin for LocalWriterRegion
impl UnsafeUnpin for LocalWriterRegion
impl UnwindSafe for LocalWriterRegion
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