pub struct PartyAndSignature3 {
pub pty: PartyIdentification135,
pub sgntr: SkipPayload,
}Fields§
§pty: PartyIdentification135§sgntr: SkipPayloadImplementations§
Source§impl PartyAndSignature3
impl PartyAndSignature3
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for PartyAndSignature3
impl RefUnwindSafe for PartyAndSignature3
impl Send for PartyAndSignature3
impl Sync for PartyAndSignature3
impl Unpin for PartyAndSignature3
impl UnwindSafe for PartyAndSignature3
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