pub struct ActorLinkCandidate {
pub actor: ExternalActor,
pub address: MessagingAddress,
pub event_id: String,
}Fields§
§actor: ExternalActor§address: MessagingAddress§event_id: StringTrait Implementations§
Source§impl Clone for ActorLinkCandidate
impl Clone for ActorLinkCandidate
Source§fn clone(&self) -> ActorLinkCandidate
fn clone(&self) -> ActorLinkCandidate
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 ActorLinkCandidate
impl Debug for ActorLinkCandidate
Source§impl<'de> Deserialize<'de> for ActorLinkCandidate
impl<'de> Deserialize<'de> for ActorLinkCandidate
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ActorLinkCandidate
Source§impl PartialEq for ActorLinkCandidate
impl PartialEq for ActorLinkCandidate
Source§impl Serialize for ActorLinkCandidate
impl Serialize for ActorLinkCandidate
impl StructuralPartialEq for ActorLinkCandidate
Auto Trait Implementations§
impl Freeze for ActorLinkCandidate
impl RefUnwindSafe for ActorLinkCandidate
impl Send for ActorLinkCandidate
impl Sync for ActorLinkCandidate
impl Unpin for ActorLinkCandidate
impl UnsafeUnpin for ActorLinkCandidate
impl UnwindSafe for ActorLinkCandidate
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