pub struct PairingResponse {
pub changed: bool,
pub device: AudioBridgeDevice,
}Fields§
§changed: bool§device: AudioBridgeDeviceTrait Implementations§
Source§impl Clone for PairingResponse
impl Clone for PairingResponse
Source§fn clone(&self) -> PairingResponse
fn clone(&self) -> PairingResponse
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 moreSource§impl Debug for PairingResponse
impl Debug for PairingResponse
Source§impl<'de> Deserialize<'de> for PairingResponse
impl<'de> Deserialize<'de> for PairingResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for PairingResponse
impl RefUnwindSafe for PairingResponse
impl Send for PairingResponse
impl Sync for PairingResponse
impl Unpin for PairingResponse
impl UnsafeUnpin for PairingResponse
impl UnwindSafe for PairingResponse
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