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 ServerJoin
impl BorshDeserialize for ServerJoin
Source§impl BorshSerialize for ServerJoin
impl BorshSerialize for ServerJoin
Source§impl Clone for ServerJoin
impl Clone for ServerJoin
Source§fn clone(&self) -> ServerJoin
fn clone(&self) -> ServerJoin
Returns a duplicate 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
impl Eq for ServerJoin
impl StructuralPartialEq for ServerJoin
Auto Trait Implementations§
impl Freeze for ServerJoin
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