pub struct ShortCiphertextSubdetail {
pub tag_size: usize,
}Fields§
§tag_size: usizeTrait Implementations§
Source§impl Debug for ShortCiphertextSubdetail
impl Debug for ShortCiphertextSubdetail
Auto Trait Implementations§
impl Freeze for ShortCiphertextSubdetail
impl RefUnwindSafe for ShortCiphertextSubdetail
impl Send for ShortCiphertextSubdetail
impl Sync for ShortCiphertextSubdetail
impl Unpin for ShortCiphertextSubdetail
impl UnwindSafe for ShortCiphertextSubdetail
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