pub struct Actor<S, V> {
pub name: &'static str,
/* private fields */
}Fields§
§name: &'static strImplementations§
Auto Trait Implementations§
impl<S, V> !RefUnwindSafe for Actor<S, V>
impl<S, V> !UnwindSafe for Actor<S, V>
impl<S, V> Freeze for Actor<S, V>
impl<S, V> Send for Actor<S, V>
impl<S, V> Sync for Actor<S, V>
impl<S, V> Unpin for Actor<S, V>
impl<S, V> UnsafeUnpin for Actor<S, V>
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