pub struct RandomnessStateCreateTransaction;
Trait Implementations§
Source§impl HasField<_Underscore> for RandomnessStateCreateTransaction
impl HasField<_Underscore> for RandomnessStateCreateTransaction
Source§impl HasField<__typename> for RandomnessStateCreateTransaction
impl HasField<__typename> for RandomnessStateCreateTransaction
Source§impl NamedType for RandomnessStateCreateTransaction
impl NamedType for RandomnessStateCreateTransaction
impl HasSubtype<RandomnessStateCreateTransaction> for EndOfEpochTransactionKind
Auto Trait Implementations§
impl Freeze for RandomnessStateCreateTransaction
impl RefUnwindSafe for RandomnessStateCreateTransaction
impl Send for RandomnessStateCreateTransaction
impl Sync for RandomnessStateCreateTransaction
impl Unpin for RandomnessStateCreateTransaction
impl UnwindSafe for RandomnessStateCreateTransaction
Blanket Implementations§
§impl<U> As for U
impl<U> As for U
§fn as_<T>(self) -> Twhere
T: CastFrom<U>,
fn as_<T>(self) -> Twhere
T: CastFrom<U>,
Casts
self
to type T
. The semantics of numeric casting with the as
operator are followed, so <T as As>::as_::<U>
can be used in the same way as T as U
for numeric conversions. Read moreSource§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