pub struct DigitallySignedStruct {
pub scheme: SignatureScheme,
/* private fields */
}展开描述
This type combines 一个 SignatureScheme 并 一个 signature payload produced with that scheme.
字段§
§scheme: SignatureScheme此 SignatureScheme 用 到 produce the signature.
实现§
Source§impl DigitallySignedStruct
impl DigitallySignedStruct
Trait 实现§
Source§impl Clone for DigitallySignedStruct
impl Clone for DigitallySignedStruct
Source§fn clone(&self) -> DigitallySignedStruct
fn clone(&self) -> DigitallySignedStruct
返回值的副本。 更多信息
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment 从
source. 更多信息自动 Trait 实现§
impl Freeze for DigitallySignedStruct
impl RefUnwindSafe for DigitallySignedStruct
impl Send for DigitallySignedStruct
impl Sync for DigitallySignedStruct
impl Unpin for DigitallySignedStruct
impl UnsafeUnpin for DigitallySignedStruct
impl UnwindSafe for DigitallySignedStruct
Blanket 实现§
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 从 an owned value. 更多信息