pub struct ResponderStart {
pub method: u8,
pub y: BytesP256ElemLen,
pub g_y: BytesP256ElemLen,
}Fields§
§method: u8§y: BytesP256ElemLen§g_y: BytesP256ElemLenTrait Implementations§
Auto Trait Implementations§
impl Freeze for ResponderStart
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