pub struct NotNamespaceType(pub Vec<BasicNamespaceListItemType>);Tuple Fields§
§0: Vec<BasicNamespaceListItemType>Trait Implementations§
Source§impl Clone for NotNamespaceType
impl Clone for NotNamespaceType
Source§fn clone(&self) -> NotNamespaceType
fn clone(&self) -> NotNamespaceType
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 NotNamespaceType
impl Debug for NotNamespaceType
Source§impl Default for NotNamespaceType
impl Default for NotNamespaceType
Source§fn default() -> NotNamespaceType
fn default() -> NotNamespaceType
Returns the “default value” for a type. Read more
Source§impl DeserializeBytes for NotNamespaceType
impl DeserializeBytes for NotNamespaceType
Source§impl PartialEq for NotNamespaceType
impl PartialEq for NotNamespaceType
Source§impl WithNamespace for NotNamespaceType
impl WithNamespace for NotNamespaceType
impl Eq for NotNamespaceType
impl StructuralPartialEq for NotNamespaceType
Auto Trait Implementations§
impl Freeze for NotNamespaceType
impl RefUnwindSafe for NotNamespaceType
impl Send for NotNamespaceType
impl Sync for NotNamespaceType
impl Unpin for NotNamespaceType
impl UnwindSafe for NotNamespaceType
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<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<X> WithDeserializer for Xwhere
X: DeserializeBytes + Debug,
impl<X> WithDeserializer for Xwhere
X: DeserializeBytes + Debug,
Source§type Deserializer = ContentDeserializer<X>
type Deserializer = ContentDeserializer<X>
The deserializer to use for this type.