pub struct GetTransactionsResponseBorrowed<'a> {
pub data: Vec<&'a Event, Global>,
pub page: u32,
pub witness: Option<Witness>,
}Fields
data: Vec<&'a Event, Global>page: u32witness: Option<Witness>Trait Implementations
sourceimpl<'a> CandidType for GetTransactionsResponseBorrowed<'a>
impl<'a> CandidType for GetTransactionsResponseBorrowed<'a>
sourceimpl<'a> Serialize for GetTransactionsResponseBorrowed<'a>
impl<'a> Serialize for GetTransactionsResponseBorrowed<'a>
sourcefn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations
impl<'a> RefUnwindSafe for GetTransactionsResponseBorrowed<'a>
impl<'a> Send for GetTransactionsResponseBorrowed<'a>
impl<'a> Sync for GetTransactionsResponseBorrowed<'a>
impl<'a> Unpin for GetTransactionsResponseBorrowed<'a>
impl<'a> UnwindSafe for GetTransactionsResponseBorrowed<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more