pub struct ServerSigned;Expand description
The server has signed and knows the partial signatures
Trait Implementations§
impl BuilderState for ServerSigned
Auto Trait Implementations§
impl Freeze for ServerSigned
impl RefUnwindSafe for ServerSigned
impl Send for ServerSigned
impl Sync for ServerSigned
impl Unpin for ServerSigned
impl UnwindSafe for ServerSigned
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