pub struct SetSigningKey<St: State = Empty>(/* private fields */);Expand description
State transition - sets the signing_key field to Set
Trait Implementations§
Source§impl<St: State> State for SetSigningKey<St>
impl<St: State> State for SetSigningKey<St>
type CreatedAt = <St as State>::CreatedAt
type SigningKey = Set<signing_key>
Auto Trait Implementations§
impl<St> Freeze for SetSigningKey<St>
impl<St> RefUnwindSafe for SetSigningKey<St>
impl<St> Send for SetSigningKey<St>
impl<St> Sync for SetSigningKey<St>
impl<St> Unpin for SetSigningKey<St>
impl<St> UnsafeUnpin for SetSigningKey<St>
impl<St> UnwindSafe for SetSigningKey<St>
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