pub struct GetCategoryPath();
Trait Implementations§
Source§impl Clone for GetCategoryPath
impl Clone for GetCategoryPath
Source§fn clone(&self) -> GetCategoryPath
fn clone(&self) -> GetCategoryPath
Returns a copy 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 GetCategoryPath
impl Debug for GetCategoryPath
Auto Trait Implementations§
impl Freeze for GetCategoryPath
impl RefUnwindSafe for GetCategoryPath
impl Send for GetCategoryPath
impl Sync for GetCategoryPath
impl Unpin for GetCategoryPath
impl UnwindSafe for GetCategoryPath
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