pub struct BondedRef {
pub uri: String,
pub relation: BondRelation,
pub status: String,
}Expand description
A single bonded entry.
Fields§
§uri: String§relation: BondRelation§status: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for BondedRef
impl<'de> Deserialize<'de> for BondedRef
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
impl StructuralPartialEq for BondedRef
Auto Trait Implementations§
impl Freeze for BondedRef
impl RefUnwindSafe for BondedRef
impl Send for BondedRef
impl Sync for BondedRef
impl Unpin for BondedRef
impl UnsafeUnpin for BondedRef
impl UnwindSafe for BondedRef
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