pub struct AcpHistoryPageResponse {
pub events: Vec<AcpDurableHistoryEntry>,
pub has_more_before: bool,
pub has_more_after: bool,
}Fields§
§events: Vec<AcpDurableHistoryEntry>§has_more_before: bool§has_more_after: boolTrait Implementations§
Source§impl Clone for AcpHistoryPageResponse
impl Clone for AcpHistoryPageResponse
Source§fn clone(&self) -> AcpHistoryPageResponse
fn clone(&self) -> AcpHistoryPageResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AcpHistoryPageResponse
impl Debug for AcpHistoryPageResponse
Source§impl<'de> Deserialize<'de> for AcpHistoryPageResponse
impl<'de> Deserialize<'de> for AcpHistoryPageResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for AcpHistoryPageResponse
Source§impl Hash for AcpHistoryPageResponse
impl Hash for AcpHistoryPageResponse
Source§impl PartialEq for AcpHistoryPageResponse
impl PartialEq for AcpHistoryPageResponse
Source§impl Serialize for AcpHistoryPageResponse
impl Serialize for AcpHistoryPageResponse
impl StructuralPartialEq for AcpHistoryPageResponse
Auto Trait Implementations§
impl Freeze for AcpHistoryPageResponse
impl RefUnwindSafe for AcpHistoryPageResponse
impl Send for AcpHistoryPageResponse
impl Sync for AcpHistoryPageResponse
impl Unpin for AcpHistoryPageResponse
impl UnsafeUnpin for AcpHistoryPageResponse
impl UnwindSafe for AcpHistoryPageResponse
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