pub struct SignalCipherTypeError(/* private fields */);
Expand description
The error returned from a failed conversion to SignalCipherType
.
Trait Implementations§
Source§impl Clone for SignalCipherTypeError
impl Clone for SignalCipherTypeError
Source§fn clone(&self) -> SignalCipherTypeError
fn clone(&self) -> SignalCipherTypeError
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 moreSource§impl Debug for SignalCipherTypeError
impl Debug for SignalCipherTypeError
impl Copy for SignalCipherTypeError
Auto Trait Implementations§
impl Freeze for SignalCipherTypeError
impl RefUnwindSafe for SignalCipherTypeError
impl Send for SignalCipherTypeError
impl Sync for SignalCipherTypeError
impl Unpin for SignalCipherTypeError
impl UnwindSafe for SignalCipherTypeError
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