pub struct ListNamespacesParams {
pub page: Option<u32>,
pub per_page: Option<u32>,
}Fields§
§page: Option<u32>§per_page: Option<u32>Trait Implementations§
Source§impl Clone for ListNamespacesParams
impl Clone for ListNamespacesParams
Source§fn clone(&self) -> ListNamespacesParams
fn clone(&self) -> ListNamespacesParams
Returns a duplicate of the value. Read more
1.0.0 · 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 ListNamespacesParams
impl Debug for ListNamespacesParams
Source§impl Default for ListNamespacesParams
impl Default for ListNamespacesParams
Source§fn default() -> ListNamespacesParams
fn default() -> ListNamespacesParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ListNamespacesParams
impl RefUnwindSafe for ListNamespacesParams
impl Send for ListNamespacesParams
impl Sync for ListNamespacesParams
impl Unpin for ListNamespacesParams
impl UnwindSafe for ListNamespacesParams
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