pub struct IcReplicaVersionListQuery {
pub limit: u16,
pub offset: u64,
pub max_proposal_index: Option<u64>,
}Expand description
IcReplicaVersionListQuery
One explicitly bounded official Dashboard replica-version page query.
Fields§
§limit: u16Maximum release rows requested from the API.
offset: u64Zero-based release-row offset.
max_proposal_index: Option<u64>Optional API proposal-index ceiling returned by an earlier page.
Implementations§
Trait Implementations§
Source§impl Clone for IcReplicaVersionListQuery
impl Clone for IcReplicaVersionListQuery
Source§fn clone(&self) -> IcReplicaVersionListQuery
fn clone(&self) -> IcReplicaVersionListQuery
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 IcReplicaVersionListQuery
impl Debug for IcReplicaVersionListQuery
impl Eq for IcReplicaVersionListQuery
impl StructuralPartialEq for IcReplicaVersionListQuery
Auto Trait Implementations§
impl Freeze for IcReplicaVersionListQuery
impl RefUnwindSafe for IcReplicaVersionListQuery
impl Send for IcReplicaVersionListQuery
impl Sync for IcReplicaVersionListQuery
impl Unpin for IcReplicaVersionListQuery
impl UnsafeUnpin for IcReplicaVersionListQuery
impl UnwindSafe for IcReplicaVersionListQuery
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