pub struct CeremonyAgentStatusPage { /* private fields */ }Expand description
One bounded, stable page of latest agent observations.
Implementations§
Source§impl CeremonyAgentStatusPage
impl CeremonyAgentStatusPage
pub fn new( entries: Vec<CeremonyAgentStatus>, next_cursor: Option<String>, ) -> Self
pub fn entries(&self) -> &[CeremonyAgentStatus]
pub fn next_cursor(&self) -> Option<&str>
Trait Implementations§
Source§impl Clone for CeremonyAgentStatusPage
impl Clone for CeremonyAgentStatusPage
Source§impl Debug for CeremonyAgentStatusPage
impl Debug for CeremonyAgentStatusPage
impl Eq for CeremonyAgentStatusPage
Source§impl PartialEq for CeremonyAgentStatusPage
impl PartialEq for CeremonyAgentStatusPage
impl StructuralPartialEq for CeremonyAgentStatusPage
Auto Trait Implementations§
impl Freeze for CeremonyAgentStatusPage
impl RefUnwindSafe for CeremonyAgentStatusPage
impl Send for CeremonyAgentStatusPage
impl Sync for CeremonyAgentStatusPage
impl Unpin for CeremonyAgentStatusPage
impl UnsafeUnpin for CeremonyAgentStatusPage
impl UnwindSafe for CeremonyAgentStatusPage
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