pub struct ActorDef {
pub handlers: Vec<Handler>,
pub impls: Vec<Path>,
pub defined_here: bool,
pub generics: Generics,
}
Fields§
§handlers: Vec<Handler>
§impls: Vec<Path>
§defined_here: bool
§generics: Generics
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ActorDef
impl RefUnwindSafe for ActorDef
impl !Send for ActorDef
impl !Sync for ActorDef
impl Unpin for ActorDef
impl UnwindSafe for ActorDef
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