Struct libflo_api::serialization::LibfloSerde
[−]
[src]
pub struct LibfloSerde<'a, 'b, 'c> { /* fields omitted */ }Methods
impl<'a, 'b, 'c> LibfloSerde<'a, 'b, 'c>[src]
fn new(dynamic_event_mapper: DynamicEventMapperSerde<'a>,
func_mapper: FuncMapperSerde<'b>,
module_mapper: ModuleMapperSerde<'c>)
-> Self
func_mapper: FuncMapperSerde<'b>,
module_mapper: ModuleMapperSerde<'c>)
-> Self
Trait Implementations
impl<'a, 'b, 'c> PartialEq for LibfloSerde<'a, 'b, 'c>[src]
fn eq(&self, __arg_0: &LibfloSerde<'a, 'b, 'c>) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &LibfloSerde<'a, 'b, 'c>) -> bool
This method tests for !=.
impl<'a, 'b, 'c> Eq for LibfloSerde<'a, 'b, 'c>[src]
impl<'a, 'b, 'c> Debug for LibfloSerde<'a, 'b, 'c>[src]
impl<'a, 'b, 'c> Clone for LibfloSerde<'a, 'b, 'c>[src]
fn clone(&self) -> LibfloSerde<'a, 'b, 'c>
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