pub struct State<T, ReplyParams> { /* private fields */ }Expand description
A notified state (e.g a field) of a service implementation.
Trait Implementations§
Source§impl<T, ReplyParams> State<T, ReplyParams> for State<T, ReplyParams>
impl<T, ReplyParams> State<T, ReplyParams> for State<T, ReplyParams>
Auto Trait Implementations§
impl<T, ReplyParams> Freeze for State<T, ReplyParams>where
T: Freeze,
impl<T, ReplyParams> RefUnwindSafe for State<T, ReplyParams>where
T: RefUnwindSafe,
impl<T, ReplyParams> Send for State<T, ReplyParams>
impl<T, ReplyParams> Sync for State<T, ReplyParams>
impl<T, ReplyParams> Unpin for State<T, ReplyParams>where
T: Unpin,
impl<T, ReplyParams> UnsafeUnpin for State<T, ReplyParams>where
T: UnsafeUnpin,
impl<T, ReplyParams> UnwindSafe for State<T, ReplyParams>where
T: UnwindSafe,
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