pub struct Keyref {
pub id: Option<String>,
pub name: Option<String>,
pub ref_: Option<QName>,
pub refer: Option<QName>,
pub annotation: Option<Annotation>,
pub selector: Field,
pub field: Vec<Field>,
}Fields§
§id: Option<String>§name: Option<String>§ref_: Option<QName>§refer: Option<QName>§annotation: Option<Annotation>§selector: Field§field: Vec<Field>Trait Implementations§
Source§impl<'de> Deserializer<'de, Keyref> for KeyrefDeserializer
impl<'de> Deserializer<'de, Keyref> for KeyrefDeserializer
Source§impl WithDeserializer for Keyref
impl WithDeserializer for Keyref
Source§type Deserializer = KeyrefDeserializer
type Deserializer = KeyrefDeserializer
The deserializer to use for this type.
Source§impl WithNamespace for Keyref
impl WithNamespace for Keyref
impl Eq for Keyref
impl StructuralPartialEq for Keyref
Auto Trait Implementations§
impl Freeze for Keyref
impl RefUnwindSafe for Keyref
impl Send for Keyref
impl Sync for Keyref
impl Unpin for Keyref
impl UnwindSafe for Keyref
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