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