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