pub struct AgentPolicyPage {
pub items: Vec<Map<String, Value>>,
pub total: u64,
pub page: u64,
pub per_page: u64,
}Expand description
One page of the paginated list route.
Fields§
§items: Vec<Map<String, Value>>§total: u64§page: u64§per_page: u64Trait Implementations§
Source§impl Clone for AgentPolicyPage
impl Clone for AgentPolicyPage
Source§fn clone(&self) -> AgentPolicyPage
fn clone(&self) -> AgentPolicyPage
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 AgentPolicyPage
impl Debug for AgentPolicyPage
Source§impl PartialEq for AgentPolicyPage
impl PartialEq for AgentPolicyPage
impl StructuralPartialEq for AgentPolicyPage
Auto Trait Implementations§
impl Freeze for AgentPolicyPage
impl RefUnwindSafe for AgentPolicyPage
impl Send for AgentPolicyPage
impl Sync for AgentPolicyPage
impl Unpin for AgentPolicyPage
impl UnsafeUnpin for AgentPolicyPage
impl UnwindSafe for AgentPolicyPage
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