pub struct DecryptParams;Implementations§
Source§impl DecryptParams
impl DecryptParams
pub fn validate(&self) -> Result<(), StreamError>
Trait Implementations§
Source§impl Clone for DecryptParams
impl Clone for DecryptParams
Source§fn clone(&self) -> DecryptParams
fn clone(&self) -> DecryptParams
Returns a duplicate of the value. Read more
1.0.0 · 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 DecryptParams
impl RefUnwindSafe for DecryptParams
impl Send for DecryptParams
impl Sync for DecryptParams
impl Unpin for DecryptParams
impl UnsafeUnpin for DecryptParams
impl UnwindSafe for DecryptParams
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