pub struct RsdHandshake {
pub udid: String,
pub services: HashMap<String, ServiceDescriptor>,
}Expand description
Result of the RSD handshake.
Fields§
§udid: String§services: HashMap<String, ServiceDescriptor>Implementations§
Trait Implementations§
Source§impl Clone for RsdHandshake
impl Clone for RsdHandshake
Source§fn clone(&self) -> RsdHandshake
fn clone(&self) -> RsdHandshake
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 moreAuto Trait Implementations§
impl Freeze for RsdHandshake
impl RefUnwindSafe for RsdHandshake
impl Send for RsdHandshake
impl Sync for RsdHandshake
impl Unpin for RsdHandshake
impl UnsafeUnpin for RsdHandshake
impl UnwindSafe for RsdHandshake
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