pub struct RelationshipsLink {
pub related: String,
}
Fields§
Trait Implementations§
Source§impl Debug for RelationshipsLink
impl Debug for RelationshipsLink
Source§impl<'de> Deserialize<'de> for RelationshipsLink
impl<'de> Deserialize<'de> for RelationshipsLink
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 RelationshipsLink
impl RefUnwindSafe for RelationshipsLink
impl Send for RelationshipsLink
impl Sync for RelationshipsLink
impl Unpin for RelationshipsLink
impl UnwindSafe for RelationshipsLink
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