pub struct SignEntry { /* private fields */ }Expand description
An almost completed NewEntry. Complete it by finding the appropriate
IdentityKey and calling
complete.
Implementations§
Auto Trait Implementations§
impl Freeze for SignEntry
impl RefUnwindSafe for SignEntry
impl Send for SignEntry
impl Sync for SignEntry
impl Unpin for SignEntry
impl UnwindSafe for SignEntry
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