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