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