pub struct actorId;Trait Implementations§
Auto Trait Implementations§
impl Freeze for actorId
impl RefUnwindSafe for actorId
impl Send for actorId
impl Sync for actorId
impl Unpin for actorId
impl UnwindSafe for actorId
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