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