pub struct GetCategoriesParams {}Expand description
Parameters for Tracing.getCategories (empty).
Trait Implementations§
Source§impl Clone for GetCategoriesParams
impl Clone for GetCategoriesParams
Source§fn clone(&self) -> GetCategoriesParams
fn clone(&self) -> GetCategoriesParams
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 GetCategoriesParams
impl Debug for GetCategoriesParams
Source§impl Default for GetCategoriesParams
impl Default for GetCategoriesParams
Source§fn default() -> GetCategoriesParams
fn default() -> GetCategoriesParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetCategoriesParams
impl RefUnwindSafe for GetCategoriesParams
impl Send for GetCategoriesParams
impl Sync for GetCategoriesParams
impl Unpin for GetCategoriesParams
impl UnwindSafe for GetCategoriesParams
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