pub struct PlatformMakerReputationAuthorizedRequest {
pub market_id: String,
pub wallet_address: String,
pub authorization_time_ms: u64,
pub authorization_signature: String,
}Fields§
§market_id: String§wallet_address: StringTrait Implementations§
Source§impl Clone for PlatformMakerReputationAuthorizedRequest
impl Clone for PlatformMakerReputationAuthorizedRequest
Source§fn clone(&self) -> PlatformMakerReputationAuthorizedRequest
fn clone(&self) -> PlatformMakerReputationAuthorizedRequest
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 moreimpl Eq for PlatformMakerReputationAuthorizedRequest
impl StructuralPartialEq for PlatformMakerReputationAuthorizedRequest
Auto Trait Implementations§
impl Freeze for PlatformMakerReputationAuthorizedRequest
impl RefUnwindSafe for PlatformMakerReputationAuthorizedRequest
impl Send for PlatformMakerReputationAuthorizedRequest
impl Sync for PlatformMakerReputationAuthorizedRequest
impl Unpin for PlatformMakerReputationAuthorizedRequest
impl UnsafeUnpin for PlatformMakerReputationAuthorizedRequest
impl UnwindSafe for PlatformMakerReputationAuthorizedRequest
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