pub struct ActorMagicCaster;
Trait Implementations§
Source§impl Clone for ActorMagicCaster
impl Clone for ActorMagicCaster
Source§fn clone(&self) -> ActorMagicCaster
fn clone(&self) -> ActorMagicCaster
Returns a copy 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 ActorMagicCaster
impl Debug for ActorMagicCaster
Source§impl PartialEq for ActorMagicCaster
impl PartialEq for ActorMagicCaster
impl StructuralPartialEq for ActorMagicCaster
Auto Trait Implementations§
impl Freeze for ActorMagicCaster
impl RefUnwindSafe for ActorMagicCaster
impl Send for ActorMagicCaster
impl Sync for ActorMagicCaster
impl Unpin for ActorMagicCaster
impl UnwindSafe for ActorMagicCaster
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