pub struct ActorObservation {
pub type_name: &'static str,
pub instance_id: String,
pub obs: Option<Value>,
}Fields§
§type_name: &'static str§instance_id: String§obs: Option<Value>Trait Implementations§
Source§impl Debug for ActorObservation
impl Debug for ActorObservation
Auto Trait Implementations§
impl Freeze for ActorObservation
impl RefUnwindSafe for ActorObservation
impl Send for ActorObservation
impl Sync for ActorObservation
impl Unpin for ActorObservation
impl UnwindSafe for ActorObservation
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