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