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