pub struct ParseManchesterParams {
pub expression: String,
pub axiom_kind: String,
pub entity_iri: Option<String>,
pub document_uri: Option<String>,
}Fields§
§expression: String§axiom_kind: String§entity_iri: Option<String>§document_uri: Option<String>Trait Implementations§
Source§impl Debug for ParseManchesterParams
impl Debug for ParseManchesterParams
Source§impl<'de> Deserialize<'de> for ParseManchesterParams
impl<'de> Deserialize<'de> for ParseManchesterParams
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 ParseManchesterParams
impl RefUnwindSafe for ParseManchesterParams
impl Send for ParseManchesterParams
impl Sync for ParseManchesterParams
impl Unpin for ParseManchesterParams
impl UnsafeUnpin for ParseManchesterParams
impl UnwindSafe for ParseManchesterParams
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