pub struct ECIESCiphertext { /* private fields */ }Implementations§
Source§impl ECIESCiphertext
impl ECIESCiphertext
pub fn extract_public_key(&self) -> Result<PublicKey, BSVErrors>
pub fn from_bytes( buffer: &[u8], has_pub_key: bool, ) -> Result<ECIESCiphertext, BSVErrors>
Auto Trait Implementations§
impl Freeze for ECIESCiphertext
impl RefUnwindSafe for ECIESCiphertext
impl Send for ECIESCiphertext
impl Sync for ECIESCiphertext
impl Unpin for ECIESCiphertext
impl UnwindSafe for ECIESCiphertext
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