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