Struct libflo_func::serialization::FuncMapperSerde
[−]
[src]
pub struct FuncMapperSerde<'a> { /* fields omitted */ }Methods
impl<'a> FuncMapperSerde<'a>[src]
Trait Implementations
impl<'a> PartialEq for FuncMapperSerde<'a>[src]
fn eq(&self, __arg_0: &FuncMapperSerde<'a>) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &FuncMapperSerde<'a>) -> bool
This method tests for !=.
impl<'a> Eq for FuncMapperSerde<'a>[src]
impl<'a> Debug for FuncMapperSerde<'a>[src]
impl<'a> Clone for FuncMapperSerde<'a>[src]
fn clone(&self) -> FuncMapperSerde<'a>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more