pub struct ReducedDerivationControlList(pub Vec<ReducedDerivationControlType>);Tuple Fields§
§0: Vec<ReducedDerivationControlType>Trait Implementations§
Source§impl Clone for ReducedDerivationControlList
impl Clone for ReducedDerivationControlList
Source§fn clone(&self) -> ReducedDerivationControlList
fn clone(&self) -> ReducedDerivationControlList
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 ReducedDerivationControlList
impl Debug for ReducedDerivationControlList
Source§impl Default for ReducedDerivationControlList
impl Default for ReducedDerivationControlList
Source§fn default() -> ReducedDerivationControlList
fn default() -> ReducedDerivationControlList
Returns the “default value” for a type. Read more
Source§impl DeserializeBytes for ReducedDerivationControlList
impl DeserializeBytes for ReducedDerivationControlList
Source§fn deserialize_bytes<R>(reader: &R, bytes: &[u8]) -> Result<Self, Error>where
R: DeserializeReader,
fn deserialize_bytes<R>(reader: &R, bytes: &[u8]) -> Result<Self, Error>where
R: DeserializeReader,
Try to deserialize the type from bytes. Read more
Source§impl PartialEq for ReducedDerivationControlList
impl PartialEq for ReducedDerivationControlList
Source§fn eq(&self, other: &ReducedDerivationControlList) -> bool
fn eq(&self, other: &ReducedDerivationControlList) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ReducedDerivationControlList
impl StructuralPartialEq for ReducedDerivationControlList
Auto Trait Implementations§
impl Freeze for ReducedDerivationControlList
impl RefUnwindSafe for ReducedDerivationControlList
impl Send for ReducedDerivationControlList
impl Sync for ReducedDerivationControlList
impl Unpin for ReducedDerivationControlList
impl UnwindSafe for ReducedDerivationControlList
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.