pub struct ExportKeyingMaterialError;展开描述
由 Session::export_keying_material 返回的错误。
当请求的输出长度过大时会产生此错误。
trait 实现§
源代码§impl Debug for ExportKeyingMaterialError
impl Debug for ExportKeyingMaterialError
源代码§impl PartialEq for ExportKeyingMaterialError
impl PartialEq for ExportKeyingMaterialError
impl Eq for ExportKeyingMaterialError
impl StructuralPartialEq for ExportKeyingMaterialError
自动 trait 实现§
impl Freeze for ExportKeyingMaterialError
impl RefUnwindSafe for ExportKeyingMaterialError
impl Send for ExportKeyingMaterialError
impl Sync for ExportKeyingMaterialError
impl Unpin for ExportKeyingMaterialError
impl UnsafeUnpin for ExportKeyingMaterialError
impl UnwindSafe for ExportKeyingMaterialError
blanket 实现§
源代码§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
源代码§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. 更多信息