Skip to main content

Signature

Struct Signature 

Source
pub struct Signature(/* private fields */);

Implementations§

Source§

impl Signature

Source

pub const TOTAL_SIZE: usize = 104

Source

pub const ITEM_SIZE: usize = 1

Source

pub const ITEM_COUNT: usize = 104

Source

pub fn nth0(&self) -> Byte

Source

pub fn nth1(&self) -> Byte

Source

pub fn nth2(&self) -> Byte

Source

pub fn nth3(&self) -> Byte

Source

pub fn nth4(&self) -> Byte

Source

pub fn nth5(&self) -> Byte

Source

pub fn nth6(&self) -> Byte

Source

pub fn nth7(&self) -> Byte

Source

pub fn nth8(&self) -> Byte

Source

pub fn nth9(&self) -> Byte

Source

pub fn nth10(&self) -> Byte

Source

pub fn nth11(&self) -> Byte

Source

pub fn nth12(&self) -> Byte

Source

pub fn nth13(&self) -> Byte

Source

pub fn nth14(&self) -> Byte

Source

pub fn nth15(&self) -> Byte

Source

pub fn nth16(&self) -> Byte

Source

pub fn nth17(&self) -> Byte

Source

pub fn nth18(&self) -> Byte

Source

pub fn nth19(&self) -> Byte

Source

pub fn nth20(&self) -> Byte

Source

pub fn nth21(&self) -> Byte

Source

pub fn nth22(&self) -> Byte

Source

pub fn nth23(&self) -> Byte

Source

pub fn nth24(&self) -> Byte

Source

pub fn nth25(&self) -> Byte

Source

pub fn nth26(&self) -> Byte

Source

pub fn nth27(&self) -> Byte

Source

pub fn nth28(&self) -> Byte

Source

pub fn nth29(&self) -> Byte

Source

pub fn nth30(&self) -> Byte

Source

pub fn nth31(&self) -> Byte

Source

pub fn nth32(&self) -> Byte

Source

pub fn nth33(&self) -> Byte

Source

pub fn nth34(&self) -> Byte

Source

pub fn nth35(&self) -> Byte

Source

pub fn nth36(&self) -> Byte

Source

pub fn nth37(&self) -> Byte

Source

pub fn nth38(&self) -> Byte

Source

pub fn nth39(&self) -> Byte

Source

pub fn nth40(&self) -> Byte

Source

pub fn nth41(&self) -> Byte

Source

pub fn nth42(&self) -> Byte

Source

pub fn nth43(&self) -> Byte

Source

pub fn nth44(&self) -> Byte

Source

pub fn nth45(&self) -> Byte

Source

pub fn nth46(&self) -> Byte

Source

pub fn nth47(&self) -> Byte

Source

pub fn nth48(&self) -> Byte

Source

pub fn nth49(&self) -> Byte

Source

pub fn nth50(&self) -> Byte

Source

pub fn nth51(&self) -> Byte

Source

pub fn nth52(&self) -> Byte

Source

pub fn nth53(&self) -> Byte

Source

pub fn nth54(&self) -> Byte

Source

pub fn nth55(&self) -> Byte

Source

pub fn nth56(&self) -> Byte

Source

pub fn nth57(&self) -> Byte

Source

pub fn nth58(&self) -> Byte

Source

pub fn nth59(&self) -> Byte

Source

pub fn nth60(&self) -> Byte

Source

pub fn nth61(&self) -> Byte

Source

pub fn nth62(&self) -> Byte

Source

pub fn nth63(&self) -> Byte

Source

pub fn nth64(&self) -> Byte

Source

pub fn nth65(&self) -> Byte

Source

pub fn nth66(&self) -> Byte

Source

pub fn nth67(&self) -> Byte

Source

pub fn nth68(&self) -> Byte

Source

pub fn nth69(&self) -> Byte

Source

pub fn nth70(&self) -> Byte

Source

pub fn nth71(&self) -> Byte

Source

pub fn nth72(&self) -> Byte

Source

pub fn nth73(&self) -> Byte

Source

pub fn nth74(&self) -> Byte

Source

pub fn nth75(&self) -> Byte

Source

pub fn nth76(&self) -> Byte

Source

pub fn nth77(&self) -> Byte

Source

pub fn nth78(&self) -> Byte

Source

pub fn nth79(&self) -> Byte

Source

pub fn nth80(&self) -> Byte

Source

pub fn nth81(&self) -> Byte

Source

pub fn nth82(&self) -> Byte

Source

pub fn nth83(&self) -> Byte

Source

pub fn nth84(&self) -> Byte

Source

pub fn nth85(&self) -> Byte

Source

pub fn nth86(&self) -> Byte

Source

pub fn nth87(&self) -> Byte

Source

pub fn nth88(&self) -> Byte

Source

pub fn nth89(&self) -> Byte

Source

pub fn nth90(&self) -> Byte

Source

pub fn nth91(&self) -> Byte

Source

pub fn nth92(&self) -> Byte

Source

pub fn nth93(&self) -> Byte

Source

pub fn nth94(&self) -> Byte

Source

pub fn nth95(&self) -> Byte

Source

pub fn nth96(&self) -> Byte

Source

pub fn nth97(&self) -> Byte

Source

pub fn nth98(&self) -> Byte

Source

pub fn nth99(&self) -> Byte

Source

pub fn nth100(&self) -> Byte

Source

pub fn nth101(&self) -> Byte

Source

pub fn nth102(&self) -> Byte

Source

pub fn nth103(&self) -> Byte

Source

pub fn raw_data(&self) -> Bytes

Source

pub fn as_reader<'r>(&'r self) -> SignatureReader<'r>

Trait Implementations§

Source§

impl Clone for Signature

Source§

fn clone(&self) -> Signature

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for Signature

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for Signature

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl Display for Signature

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Entity for Signature

Source§

const NAME: &'static str = "Signature"

Source§

type Builder = SignatureBuilder

Source§

fn new_unchecked(data: Bytes) -> Self

Source§

fn as_bytes(&self) -> Bytes

Source§

fn as_slice(&self) -> &[u8]

Source§

fn from_slice(slice: &[u8]) -> VerificationResult<Self>

Source§

fn from_compatible_slice(slice: &[u8]) -> VerificationResult<Self>

Source§

fn new_builder() -> Self::Builder

Source§

fn as_builder(self) -> Self::Builder

Source§

impl From<[Byte; 104]> for Signature

Source§

fn from(value: [Byte; 104]) -> Self

Converts to this type from the input type.
Source§

impl From<[u8; 104]> for Signature

Source§

fn from(value: [u8; 104]) -> Self

Converts to this type from the input type.
Source§

impl From<Signature> for [Byte; 104]

Source§

fn from(value: Signature) -> Self

Converts to this type from the input type.
Source§

impl From<Signature> for [u8; 104]

Source§

fn from(value: Signature) -> Self

Converts to this type from the input type.
Source§

impl From<Signature> for SignatureOpt

Source§

fn from(value: Signature) -> Self

Converts to this type from the input type.
Source§

impl LowerHex for Signature

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl TryFrom<&[Byte]> for Signature

Source§

type Error = TryFromSliceError

The type returned in the event of a conversion error.
Source§

fn try_from(value: &[Byte]) -> Result<Self, TryFromSliceError>

Performs the conversion.
Source§

impl TryFrom<&[u8]> for Signature

Source§

type Error = TryFromSliceError

The type returned in the event of a conversion error.
Source§

fn try_from(value: &[u8]) -> Result<Self, TryFromSliceError>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> DynClone for T
where T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T> ToString for T
where T: Display + ?Sized,

Source§

fn to_string(&self) -> String

Converts the given value to a String. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

Source§

fn vzip(self) -> V

Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more