pub struct RestrictionType {
pub id: Option<String>,
pub base: QName,
pub content: Vec<RestrictionTypeContent>,
}Fields§
§id: Option<String>§base: QName§content: Vec<RestrictionTypeContent>Trait Implementations§
Source§impl Clone for RestrictionType
impl Clone for RestrictionType
Source§fn clone(&self) -> RestrictionType
fn clone(&self) -> RestrictionType
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RestrictionType
impl Debug for RestrictionType
Source§impl<'de> Deserializer<'de, RestrictionType> for RestrictionTypeDeserializer
impl<'de> Deserializer<'de, RestrictionType> for RestrictionTypeDeserializer
Source§fn init<R>(
reader: &R,
event: Event<'de>,
) -> DeserializerResult<'de, RestrictionType>where
R: DeserializeReader,
fn init<R>(
reader: &R,
event: Event<'de>,
) -> DeserializerResult<'de, RestrictionType>where
R: DeserializeReader,
Source§fn next<R>(
self,
reader: &R,
event: Event<'de>,
) -> DeserializerResult<'de, RestrictionType>where
R: DeserializeReader,
fn next<R>(
self,
reader: &R,
event: Event<'de>,
) -> DeserializerResult<'de, RestrictionType>where
R: DeserializeReader,
Source§fn finish<R>(self, reader: &R) -> Result<RestrictionType, Error>where
R: DeserializeReader,
fn finish<R>(self, reader: &R) -> Result<RestrictionType, Error>where
R: DeserializeReader,
Force the deserializer to finish. Read more
Source§impl PartialEq for RestrictionType
impl PartialEq for RestrictionType
Source§impl WithDeserializer for RestrictionType
impl WithDeserializer for RestrictionType
Source§type Deserializer = RestrictionTypeDeserializer
type Deserializer = RestrictionTypeDeserializer
The deserializer to use for this type.
impl Eq for RestrictionType
impl StructuralPartialEq for RestrictionType
Auto Trait Implementations§
impl Freeze for RestrictionType
impl RefUnwindSafe for RestrictionType
impl Send for RestrictionType
impl Sync for RestrictionType
impl Unpin for RestrictionType
impl UnwindSafe for RestrictionType
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