pub struct UnsupportedOperationError;展开描述
表示 AEAD 算法不支持请求操作的错误
Trait 实现§
Source§impl Clone for UnsupportedOperationError
impl Clone for UnsupportedOperationError
Source§fn clone(&self) -> UnsupportedOperationError
fn clone(&self) -> UnsupportedOperationError
返回值的副本。 更多信息
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment 从
source. 更多信息Source§impl Debug for UnsupportedOperationError
impl Debug for UnsupportedOperationError
Source§impl Display for UnsupportedOperationError
impl Display for UnsupportedOperationError
Source§impl Error for UnsupportedOperationError
Available on crate feature std only.
impl Error for UnsupportedOperationError
Available on crate feature
std only.Source§impl From<UnsupportedOperationError> for Error
impl From<UnsupportedOperationError> for Error
Source§fn from(value: UnsupportedOperationError) -> Self
fn from(value: UnsupportedOperationError) -> Self
从输入类型转换为此类型。
impl Copy for UnsupportedOperationError
impl Eq for UnsupportedOperationError
impl StructuralPartialEq for UnsupportedOperationError
自动 Trait 实现§
impl Freeze for UnsupportedOperationError
impl RefUnwindSafe for UnsupportedOperationError
impl Send for UnsupportedOperationError
impl Sync for UnsupportedOperationError
impl Unpin for UnsupportedOperationError
impl UnsafeUnpin for UnsupportedOperationError
impl UnwindSafe for UnsupportedOperationError
Blanket 实现§
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 从 an owned value. 更多信息