pub struct AddressParser<'x> { /* private fields */ }
Auto Trait Implementations§
impl<'x> Freeze for AddressParser<'x>
impl<'x> RefUnwindSafe for AddressParser<'x>
impl<'x> Send for AddressParser<'x>
impl<'x> Sync for AddressParser<'x>
impl<'x> Unpin for AddressParser<'x>
impl<'x> UnwindSafe for AddressParser<'x>
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