[−][src]Enum dsf_core::options::OptionsList
Generic list of options over generic buffers
Variants
Implementations
impl OptionsList<Vec<Options>, Vec<u8>>[src]
Trait Implementations
impl<C: Clone + AsRef<[Options]>, E: Clone + ImmutableData> Clone for OptionsList<C, E>[src]
fn clone(&self) -> OptionsList<C, E>[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<C: Debug + AsRef<[Options]>, E: Debug + ImmutableData> Debug for OptionsList<C, E>[src]
impl<C: AsRef<[Options]>, E: ImmutableData> EncodeEncrypted for OptionsList<C, E>[src]
fn encode<B: MutableData>(
&self,
buf: B,
secret_key: Option<&SecretKey>
) -> Result<usize, Error>[src]
&self,
buf: B,
secret_key: Option<&SecretKey>
) -> Result<usize, Error>
Encode and optionally encrypt options
impl<C: PartialEq + AsRef<[Options]>, E: PartialEq + ImmutableData> PartialEq<OptionsList<C, E>> for OptionsList<C, E>[src]
fn eq(&self, other: &OptionsList<C, E>) -> bool[src]
fn ne(&self, other: &OptionsList<C, E>) -> bool[src]
impl<C: AsRef<[Options]>, E: ImmutableData> StructuralPartialEq for OptionsList<C, E>[src]
Auto Trait Implementations
impl<C, E> RefUnwindSafe for OptionsList<C, E> where
C: RefUnwindSafe,
E: RefUnwindSafe,
C: RefUnwindSafe,
E: RefUnwindSafe,
impl<C, E> Send for OptionsList<C, E> where
C: Send,
E: Send,
C: Send,
E: Send,
impl<C, E> Sync for OptionsList<C, E> where
C: Sync,
E: Sync,
C: Sync,
E: Sync,
impl<C, E> Unpin for OptionsList<C, E> where
C: Unpin,
E: Unpin,
C: Unpin,
E: Unpin,
impl<C, E> UnwindSafe for OptionsList<C, E> where
C: UnwindSafe,
E: UnwindSafe,
C: UnwindSafe,
E: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,