Struct warg_crypto::prefix::PrefixEncodeVisitor
source · pub struct PrefixEncodeVisitor<'a, BV>where
BV: ?Sized + ByteVisitor,{ /* private fields */ }Implementations§
source§impl<'a, BV> PrefixEncodeVisitor<'a, BV>where
BV: ?Sized + ByteVisitor,
impl<'a, BV> PrefixEncodeVisitor<'a, BV>where
BV: ?Sized + ByteVisitor,
pub fn new(inner: &'a mut BV) -> Self
pub fn visit_unsigned(&mut self, i: u64)
pub fn visit_str_raw(&mut self, s: &str)
pub fn visit_str(&mut self, s: &str)
Auto Trait Implementations§
impl<'a, BV: ?Sized> RefUnwindSafe for PrefixEncodeVisitor<'a, BV>where
BV: RefUnwindSafe,
impl<'a, BV: ?Sized> Send for PrefixEncodeVisitor<'a, BV>where
BV: Send,
impl<'a, BV: ?Sized> Sync for PrefixEncodeVisitor<'a, BV>where
BV: Sync,
impl<'a, BV: ?Sized> Unpin for PrefixEncodeVisitor<'a, BV>
impl<'a, BV> !UnwindSafe for PrefixEncodeVisitor<'a, BV>
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