pub struct DefaultAdrParser { /* private fields */ }Expand description
Default ADR parser implementation.
Implementations§
Trait Implementations§
Source§impl AdrParser for DefaultAdrParser
impl AdrParser for DefaultAdrParser
Source§impl Clone for DefaultAdrParser
impl Clone for DefaultAdrParser
Source§fn clone(&self) -> DefaultAdrParser
fn clone(&self) -> DefaultAdrParser
Returns a duplicate 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 DefaultAdrParser
impl Debug for DefaultAdrParser
Source§impl Default for DefaultAdrParser
impl Default for DefaultAdrParser
Source§fn default() -> DefaultAdrParser
fn default() -> DefaultAdrParser
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DefaultAdrParser
impl RefUnwindSafe for DefaultAdrParser
impl Send for DefaultAdrParser
impl Sync for DefaultAdrParser
impl Unpin for DefaultAdrParser
impl UnwindSafe for DefaultAdrParser
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