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