pub struct Notation {
pub id: Option<String>,
pub name: String,
pub public: Option<String>,
pub system: Option<String>,
pub annotation: Option<Annotation>,
}Fields§
§id: Option<String>§name: String§public: Option<String>§system: Option<String>§annotation: Option<Annotation>Trait Implementations§
Source§impl<'de> Deserializer<'de, Notation> for NotationDeserializer
impl<'de> Deserializer<'de, Notation> for NotationDeserializer
Source§impl WithDeserializer for Notation
impl WithDeserializer for Notation
Source§type Deserializer = NotationDeserializer
type Deserializer = NotationDeserializer
The deserializer to use for this type.
Source§impl WithNamespace for Notation
impl WithNamespace for Notation
impl Eq for Notation
impl StructuralPartialEq for Notation
Auto Trait Implementations§
impl Freeze for Notation
impl RefUnwindSafe for Notation
impl Send for Notation
impl Sync for Notation
impl Unpin for Notation
impl UnwindSafe for Notation
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