pub struct ActorUsage {
pub name: String,
pub type_name: String,
}Expand description
actor usage actor pilot : Operator;
Fields§
§name: String§type_name: StringTrait Implementations§
Source§impl Clone for ActorUsage
impl Clone for ActorUsage
Source§fn clone(&self) -> ActorUsage
fn clone(&self) -> ActorUsage
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ActorUsage
impl Debug for ActorUsage
impl Eq for ActorUsage
Source§impl PartialEq for ActorUsage
impl PartialEq for ActorUsage
Source§fn eq(&self, other: &ActorUsage) -> bool
fn eq(&self, other: &ActorUsage) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ActorUsage
Auto Trait Implementations§
impl Freeze for ActorUsage
impl RefUnwindSafe for ActorUsage
impl Send for ActorUsage
impl Sync for ActorUsage
impl Unpin for ActorUsage
impl UnsafeUnpin for ActorUsage
impl UnwindSafe for ActorUsage
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