pub struct GetExplanationParams {
pub class_iri: String,
pub profile: String,
}Fields§
§class_iri: String§profile: StringTrait Implementations§
Source§impl Debug for GetExplanationParams
impl Debug for GetExplanationParams
Source§impl<'de> Deserialize<'de> for GetExplanationParams
impl<'de> Deserialize<'de> for GetExplanationParams
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 GetExplanationParams
impl RefUnwindSafe for GetExplanationParams
impl Send for GetExplanationParams
impl Sync for GetExplanationParams
impl Unpin for GetExplanationParams
impl UnsafeUnpin for GetExplanationParams
impl UnwindSafe for GetExplanationParams
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