pub struct GetTransactionsResponseBorrowed<'a> {
pub data: Vec<&'a Event>,
pub page: u32,
pub witness: Option<Witness>,
}
Fields§
§data: Vec<&'a Event>
§page: u32
§witness: Option<Witness>
Trait Implementations§
Source§impl<'a> CandidType for GetTransactionsResponseBorrowed<'a>
impl<'a> CandidType for GetTransactionsResponseBorrowed<'a>
Source§impl<'a> Serialize for GetTransactionsResponseBorrowed<'a>
impl<'a> Serialize for GetTransactionsResponseBorrowed<'a>
Source§fn 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> Freeze for GetTransactionsResponseBorrowed<'a>
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§
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