pub struct AgentReservationListReport {
pub reservations: Vec<AgentReservationReport>,
pub alive_only: bool,
pub thread: Option<String>,
}Expand description
Domain list payload for agent list (no verification envelope).
Fields§
§reservations: Vec<AgentReservationReport>§alive_only: bool§thread: Option<String>Trait Implementations§
Source§impl Clone for AgentReservationListReport
impl Clone for AgentReservationListReport
Source§fn clone(&self) -> AgentReservationListReport
fn clone(&self) -> AgentReservationListReport
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 AgentReservationListReport
impl Debug for AgentReservationListReport
impl StructuralPartialEq for AgentReservationListReport
Auto Trait Implementations§
impl Freeze for AgentReservationListReport
impl RefUnwindSafe for AgentReservationListReport
impl Send for AgentReservationListReport
impl Sync for AgentReservationListReport
impl Unpin for AgentReservationListReport
impl UnsafeUnpin for AgentReservationListReport
impl UnwindSafe for AgentReservationListReport
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