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 duplicate 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 Box<RestrictionTypeDeserializer>
impl<'de> Deserializer<'de, RestrictionType> for Box<RestrictionTypeDeserializer>
Source§fn init(
helper: &mut DeserializeHelper,
event: Event<'de>,
) -> DeserializerResult<'de, RestrictionType>
fn init( helper: &mut DeserializeHelper, event: Event<'de>, ) -> DeserializerResult<'de, RestrictionType>
Source§fn next(
self,
helper: &mut DeserializeHelper,
event: Event<'de>,
) -> DeserializerResult<'de, RestrictionType>
fn next( self, helper: &mut DeserializeHelper, event: Event<'de>, ) -> DeserializerResult<'de, RestrictionType>
Source§fn finish(
self,
helper: &mut DeserializeHelper,
) -> Result<RestrictionType, Error>
fn finish( self, helper: &mut DeserializeHelper, ) -> Result<RestrictionType, Error>
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 = Box<RestrictionTypeDeserializer>
type Deserializer = Box<RestrictionTypeDeserializer>
The deserializer to use for this type.
Source§fn init<'de>(
helper: &mut DeserializeHelper,
event: Event<'de>,
) -> Result<DeserializerOutput<'de, Self>, Error>
fn init<'de>( helper: &mut DeserializeHelper, event: Event<'de>, ) -> Result<DeserializerOutput<'de, Self>, Error>
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<'de, R, X> DeserializeSync<'de, R> for Xwhere
R: XmlReaderSync<'de>,
X: WithDeserializer,
impl<'de, R, X> DeserializeSync<'de, R> for Xwhere
R: XmlReaderSync<'de>,
X: WithDeserializer,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.