Struct gpui2::ExternalPaths
source · pub struct ExternalPaths(_);
Trait Implementations§
source§impl Clone for ExternalPaths
impl Clone for ExternalPaths
source§fn clone(&self) -> ExternalPaths
fn clone(&self) -> ExternalPaths
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 ExternalPaths
impl Debug for ExternalPaths
source§impl Default for ExternalPaths
impl Default for ExternalPaths
source§fn default() -> ExternalPaths
fn default() -> ExternalPaths
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for ExternalPaths
impl Send for ExternalPaths
impl Sync for ExternalPaths
impl Unpin for ExternalPaths
impl UnwindSafe for ExternalPaths
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