Struct lakers_shared::ResponderStart
source · pub struct ResponderStart {
pub y: BytesP256ElemLen,
pub g_y: BytesP256ElemLen,
}Fields§
§y: BytesP256ElemLen§g_y: BytesP256ElemLenTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ResponderStart
impl Send for ResponderStart
impl Sync for ResponderStart
impl Unpin for ResponderStart
impl UnwindSafe for ResponderStart
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