pub enum DerivationSetType {
All,
ReducedDerivationControlList(ReducedDerivationControlList),
}Variants§
All
ReducedDerivationControlList(ReducedDerivationControlList)
Trait Implementations§
Source§impl Clone for DerivationSetType
impl Clone for DerivationSetType
Source§fn clone(&self) -> DerivationSetType
fn clone(&self) -> DerivationSetType
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 DerivationSetType
impl Debug for DerivationSetType
Source§impl DeserializeBytes for DerivationSetType
impl DeserializeBytes for DerivationSetType
Source§impl PartialEq for DerivationSetType
impl PartialEq for DerivationSetType
Source§impl WithNamespace for DerivationSetType
impl WithNamespace for DerivationSetType
impl Eq for DerivationSetType
impl StructuralPartialEq for DerivationSetType
Auto Trait Implementations§
impl Freeze for DerivationSetType
impl RefUnwindSafe for DerivationSetType
impl Send for DerivationSetType
impl Sync for DerivationSetType
impl Unpin for DerivationSetType
impl UnwindSafe for DerivationSetType
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.