pub struct SigParameters {
pub parameters: Vec<SigParameter>,
}Expand description
签名参数列表。
对应 Java: org.ofdrw.core.signatures.sig.Parameters
Fields§
§parameters: Vec<SigParameter>参数列表。
Implementations§
Trait Implementations§
Source§impl Clone for SigParameters
impl Clone for SigParameters
Source§fn clone(&self) -> SigParameters
fn clone(&self) -> SigParameters
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SigParameters
impl Debug for SigParameters
Source§impl Default for SigParameters
impl Default for SigParameters
Source§fn default() -> SigParameters
fn default() -> SigParameters
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SigParameters
impl RefUnwindSafe for SigParameters
impl Send for SigParameters
impl Sync for SigParameters
impl Unpin for SigParameters
impl UnsafeUnpin for SigParameters
impl UnwindSafe for SigParameters
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