[−][src]Struct dsf_core::options::Kind  
Implementations
impl Kind[src]
Trait Implementations
impl Clone for Kind[src]
impl Debug for Kind[src]
impl<'de> Deserialize<'de> for Kind[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
    __D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Encode for Kind[src]
type Error = OptionsError
Error type returned on parse error
fn encode(&self, data: &mut [u8]) -> Result<usize, Self::Error>[src]
fn encode_iter<'a, V: Iterator<Item = &'a Self>>(
    vals: V, 
    buff: &mut [u8]
) -> Result<usize, Self::Error> where
    Self: 'static, [src]
vals: V,
buff: &mut [u8]
) -> Result<usize, Self::Error> where
Self: 'static,
impl Parse for Kind[src]
type Output = Kind
Output type returned from parsing
type Error = OptionsError
Error type returned on parse error
fn parse(data: &[u8]) -> Result<(Self::Output, usize), Self::Error>[src]
fn parse_iter<'a>(buff: &'a [u8]) -> ParseIter<'a, Self::Output, Self::Error>ⓘ[src]
impl PartialEq<Kind> for Kind[src]
impl Serialize for Kind[src]
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where
    __S: Serializer, [src]
__S: Serializer,
impl StructuralPartialEq for Kind[src]
Auto Trait Implementations
impl RefUnwindSafe for Kind
impl Send for Kind
impl Sync for Kind
impl Unpin for Kind
impl UnwindSafe for Kind
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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
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>,