pub struct ParentActor(pub ActorID);Tuple Fields§
§0: ActorIDTrait Implementations§
Source§impl Clone for ParentActor
impl Clone for ParentActor
Source§fn clone(&self) -> ParentActor
fn clone(&self) -> ParentActor
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ParentActor
impl Debug for ParentActor
impl Copy for ParentActor
Auto Trait Implementations§
impl Freeze for ParentActor
impl RefUnwindSafe for ParentActor
impl Send for ParentActor
impl Sync for ParentActor
impl Unpin for ParentActor
impl UnwindSafe for ParentActor
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