pub struct ActorName {
pub metadata: Value,
}Fields§
§metadata: ValueAuto Trait Implementations§
impl Freeze for ActorName
impl RefUnwindSafe for ActorName
impl Send for ActorName
impl Sync for ActorName
impl Unpin for ActorName
impl UnsafeUnpin for ActorName
impl UnwindSafe for ActorName
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