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