pub struct StrandImmutable<'a, T> { /* private fields */ }
Expand description
Provides immutable data and handler execution.
Implementations§
Trait Implementations§
Source§impl<'a, T> AsIoContext for StrandImmutable<'a, T>
impl<'a, T> AsIoContext for StrandImmutable<'a, T>
Auto Trait Implementations§
impl<'a, T> Freeze for StrandImmutable<'a, T>
impl<'a, T> !RefUnwindSafe for StrandImmutable<'a, T>
impl<'a, T> !Send for StrandImmutable<'a, T>
impl<'a, T> !Sync for StrandImmutable<'a, T>
impl<'a, T> Unpin for StrandImmutable<'a, T>
impl<'a, T> !UnwindSafe for StrandImmutable<'a, T>
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