pub struct UpdateCategoryPath(pub CategoryId);
Tuple Fields§
§0: CategoryId
Trait Implementations§
Source§impl Clone for UpdateCategoryPath
impl Clone for UpdateCategoryPath
Source§fn clone(&self) -> UpdateCategoryPath
fn clone(&self) -> UpdateCategoryPath
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 UpdateCategoryPath
impl Debug for UpdateCategoryPath
Auto Trait Implementations§
impl Freeze for UpdateCategoryPath
impl RefUnwindSafe for UpdateCategoryPath
impl Send for UpdateCategoryPath
impl Sync for UpdateCategoryPath
impl Unpin for UpdateCategoryPath
impl UnwindSafe for UpdateCategoryPath
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