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