struct ByteCollector {
bytes: Vec<u8>,
}Expand description
Helper struct to collect bytes during signature operations.
Fields§
§bytes: Vec<u8>Implementations§
Source§impl ByteCollector
impl ByteCollector
Trait Implementations§
Source§impl SignatureOutput for ByteCollector
impl SignatureOutput for ByteCollector
Auto Trait Implementations§
impl Freeze for ByteCollector
impl RefUnwindSafe for ByteCollector
impl Send for ByteCollector
impl Sync for ByteCollector
impl Unpin for ByteCollector
impl UnsafeUnpin for ByteCollector
impl UnwindSafe for ByteCollector
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