pub struct EncryptedHead {
pub id: String,
pub sign: Option<SignHead>,
}Fields§
§id: String§sign: Option<SignHead>Implementations§
Source§impl EncryptedHead
impl EncryptedHead
Trait Implementations§
Source§impl<'de> Deserialize<'de> for EncryptedHead
impl<'de> Deserialize<'de> for EncryptedHead
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for EncryptedHead
impl RefUnwindSafe for EncryptedHead
impl Send for EncryptedHead
impl Sync for EncryptedHead
impl Unpin for EncryptedHead
impl UnwindSafe for EncryptedHead
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