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