Struct race_api::types::ServerJoin
source · pub struct ServerJoin {
pub addr: String,
pub endpoint: String,
pub access_version: u64,
pub verify_key: String,
}Fields§
§addr: String§endpoint: String§access_version: u64§verify_key: StringImplementations§
Trait Implementations§
source§impl BorshDeserialize for ServerJoinwhere
String: BorshDeserialize,
u64: BorshDeserialize,
impl BorshDeserialize for ServerJoinwhere String: BorshDeserialize, u64: BorshDeserialize,
source§impl BorshSerialize for ServerJoinwhere
String: BorshSerialize,
u64: BorshSerialize,
impl BorshSerialize for ServerJoinwhere String: BorshSerialize, u64: BorshSerialize,
source§impl Clone for ServerJoin
impl Clone for ServerJoin
source§fn clone(&self) -> ServerJoin
fn clone(&self) -> ServerJoin
Returns a copy of the value. Read more
1.0.0 · 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 ServerJoin
impl Debug for ServerJoin
source§impl PartialEq for ServerJoin
impl PartialEq for ServerJoin
source§fn eq(&self, other: &ServerJoin) -> bool
fn eq(&self, other: &ServerJoin) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for ServerJoin
impl StructuralEq for ServerJoin
impl StructuralPartialEq for ServerJoin
Auto Trait Implementations§
impl RefUnwindSafe for ServerJoin
impl Send for ServerJoin
impl Sync for ServerJoin
impl Unpin for ServerJoin
impl UnwindSafe for ServerJoin
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