pub struct BulkSignResult {
pub signatures: Vec<Vec<u8>>,
pub batch_count: usize,
}Fields§
§signatures: Vec<Vec<u8>>§batch_count: usizeTrait Implementations§
Source§impl Clone for BulkSignResult
impl Clone for BulkSignResult
Source§fn clone(&self) -> BulkSignResult
fn clone(&self) -> BulkSignResult
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for BulkSignResult
impl RefUnwindSafe for BulkSignResult
impl Send for BulkSignResult
impl Sync for BulkSignResult
impl Unpin for BulkSignResult
impl UnsafeUnpin for BulkSignResult
impl UnwindSafe for BulkSignResult
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