pub struct DiscoveryResponder {
pub identity: DeviceIdentity,
pub mac_address: String,
pub capabilities: CapabilitySet,
pub signer: SigningKey,
}Expand description
Device-side responder skeleton.
Fields§
§identity: DeviceIdentity§mac_address: String§capabilities: CapabilitySet§signer: SigningKeyImplementations§
Auto Trait Implementations§
impl Freeze for DiscoveryResponder
impl RefUnwindSafe for DiscoveryResponder
impl Send for DiscoveryResponder
impl Sync for DiscoveryResponder
impl Unpin for DiscoveryResponder
impl UnwindSafe for DiscoveryResponder
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