pub struct ActorLinkClaimEvent {
pub claim: ActorLinkClaim,
}Fields§
§claim: ActorLinkClaimTrait Implementations§
Source§impl Clone for ActorLinkClaimEvent
impl Clone for ActorLinkClaimEvent
Source§fn clone(&self) -> ActorLinkClaimEvent
fn clone(&self) -> ActorLinkClaimEvent
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 ActorLinkClaimEvent
impl Debug for ActorLinkClaimEvent
Source§impl<'de> Deserialize<'de> for ActorLinkClaimEvent
impl<'de> Deserialize<'de> for ActorLinkClaimEvent
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 ActorLinkClaimEvent
Source§impl PartialEq for ActorLinkClaimEvent
impl PartialEq for ActorLinkClaimEvent
Source§impl Serialize for ActorLinkClaimEvent
impl Serialize for ActorLinkClaimEvent
impl StructuralPartialEq for ActorLinkClaimEvent
Auto Trait Implementations§
impl Freeze for ActorLinkClaimEvent
impl RefUnwindSafe for ActorLinkClaimEvent
impl Send for ActorLinkClaimEvent
impl Sync for ActorLinkClaimEvent
impl Unpin for ActorLinkClaimEvent
impl UnsafeUnpin for ActorLinkClaimEvent
impl UnwindSafe for ActorLinkClaimEvent
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