pub struct DecapsulationKeyBytesType {
_priv: (),
}Fields§
§_priv: ()Auto Trait Implementations§
impl Freeze for DecapsulationKeyBytesType
impl RefUnwindSafe for DecapsulationKeyBytesType
impl Send for DecapsulationKeyBytesType
impl Sync for DecapsulationKeyBytesType
impl Unpin for DecapsulationKeyBytesType
impl UnsafeUnpin for DecapsulationKeyBytesType
impl UnwindSafe for DecapsulationKeyBytesType
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