Struct quinn_proto::crypto::ExportKeyingMaterialError
source · pub struct ExportKeyingMaterialError;
Expand description
Error returned by Session::export_keying_material.
This error occurs if the requested output length is too large.
Trait Implementations§
source§impl Debug for ExportKeyingMaterialError
impl Debug for ExportKeyingMaterialError
source§impl PartialEq for ExportKeyingMaterialError
impl PartialEq for ExportKeyingMaterialError
source§fn eq(&self, other: &ExportKeyingMaterialError) -> bool
fn eq(&self, other: &ExportKeyingMaterialError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ExportKeyingMaterialError
impl StructuralEq for ExportKeyingMaterialError
impl StructuralPartialEq for ExportKeyingMaterialError
Auto Trait Implementations§
impl RefUnwindSafe for ExportKeyingMaterialError
impl Send for ExportKeyingMaterialError
impl Sync for ExportKeyingMaterialError
impl Unpin for ExportKeyingMaterialError
impl UnwindSafe for ExportKeyingMaterialError
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