pub struct BabbageTransactionWitnessSetList(/* private fields */);Implementations§
Source§impl BabbageTransactionWitnessSetList
impl BabbageTransactionWitnessSetList
pub fn add(&mut self, elem: &BabbageTransactionWitnessSet)
Trait Implementations§
Source§impl AsRef<[BabbageTransactionWitnessSet]> for BabbageTransactionWitnessSetList
impl AsRef<[BabbageTransactionWitnessSet]> for BabbageTransactionWitnessSetList
Source§fn as_ref(&self) -> &[BabbageTransactionWitnessSet]
fn as_ref(&self) -> &[BabbageTransactionWitnessSet]
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<Vec<BabbageTransactionWitnessSet>> for BabbageTransactionWitnessSetList
impl AsRef<Vec<BabbageTransactionWitnessSet>> for BabbageTransactionWitnessSetList
Source§fn as_ref(&self) -> &Vec<BabbageTransactionWitnessSet>
fn as_ref(&self) -> &Vec<BabbageTransactionWitnessSet>
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for BabbageTransactionWitnessSetList
impl Clone for BabbageTransactionWitnessSetList
Source§fn clone(&self) -> BabbageTransactionWitnessSetList
fn clone(&self) -> BabbageTransactionWitnessSetList
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl From<BabbageTransactionWitnessSetList> for JsValue
impl From<BabbageTransactionWitnessSetList> for JsValue
Source§fn from(value: BabbageTransactionWitnessSetList) -> Self
fn from(value: BabbageTransactionWitnessSetList) -> Self
Converts to this type from the input type.
Source§impl From<Vec<BabbageTransactionWitnessSet>> for BabbageTransactionWitnessSetList
impl From<Vec<BabbageTransactionWitnessSet>> for BabbageTransactionWitnessSetList
Source§fn from(native: Vec<BabbageTransactionWitnessSet>) -> Self
fn from(native: Vec<BabbageTransactionWitnessSet>) -> Self
Converts to this type from the input type.
Source§impl Into<Vec<BabbageTransactionWitnessSet>> for BabbageTransactionWitnessSetList
impl Into<Vec<BabbageTransactionWitnessSet>> for BabbageTransactionWitnessSetList
Source§fn into(self) -> Vec<BabbageTransactionWitnessSet>
fn into(self) -> Vec<BabbageTransactionWitnessSet>
Converts this type into the (usually inferred) input type.
Source§impl RefFromWasmAbi for BabbageTransactionWitnessSetList
impl RefFromWasmAbi for BabbageTransactionWitnessSetList
Source§type Anchor = RcRef<BabbageTransactionWitnessSetList>
type Anchor = RcRef<BabbageTransactionWitnessSetList>
The type that holds the reference to
Self for the duration of the
invocation of the function that has an &Self parameter. This is
required to ensure that the lifetimes don’t persist beyond one function
call, and so that they remain anonymous.Source§impl VectorFromWasmAbi for BabbageTransactionWitnessSetList
impl VectorFromWasmAbi for BabbageTransactionWitnessSetList
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi( js: Self::Abi, ) -> Box<[BabbageTransactionWitnessSetList]>
Source§impl VectorIntoJsValue for BabbageTransactionWitnessSetList
impl VectorIntoJsValue for BabbageTransactionWitnessSetList
fn vector_into_jsvalue( vector: Box<[BabbageTransactionWitnessSetList]>, ) -> JsValue
Source§impl VectorIntoWasmAbi for BabbageTransactionWitnessSetList
impl VectorIntoWasmAbi for BabbageTransactionWitnessSetList
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[BabbageTransactionWitnessSetList]>) -> Self::Abi
Source§impl WasmDescribeVector for BabbageTransactionWitnessSetList
impl WasmDescribeVector for BabbageTransactionWitnessSetList
impl SupportsConstructor for BabbageTransactionWitnessSetList
impl SupportsInstanceProperty for BabbageTransactionWitnessSetList
impl SupportsStaticProperty for BabbageTransactionWitnessSetList
Auto Trait Implementations§
impl Freeze for BabbageTransactionWitnessSetList
impl RefUnwindSafe for BabbageTransactionWitnessSetList
impl Send for BabbageTransactionWitnessSetList
impl Sync for BabbageTransactionWitnessSetList
impl Unpin for BabbageTransactionWitnessSetList
impl UnwindSafe for BabbageTransactionWitnessSetList
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
Source§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::AbiSource§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as
IntoWasmAbi::into_abi, except that it may throw and never
return in the case of Err.