Struct workspace2::WorkspaceLocation
source · pub struct WorkspaceLocation(_);
Implementations§
Trait Implementations§
source§impl Bind for &WorkspaceLocation
impl Bind for &WorkspaceLocation
source§impl Clone for WorkspaceLocation
impl Clone for WorkspaceLocation
source§fn clone(&self) -> WorkspaceLocation
fn clone(&self) -> WorkspaceLocation
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 Column for WorkspaceLocation
impl Column for WorkspaceLocation
source§impl Debug for WorkspaceLocation
impl Debug for WorkspaceLocation
source§impl<P: AsRef<Path>, T: IntoIterator<Item = P>> From<T> for WorkspaceLocation
impl<P: AsRef<Path>, T: IntoIterator<Item = P>> From<T> for WorkspaceLocation
source§impl PartialEq<WorkspaceLocation> for WorkspaceLocation
impl PartialEq<WorkspaceLocation> for WorkspaceLocation
source§fn eq(&self, other: &WorkspaceLocation) -> bool
fn eq(&self, other: &WorkspaceLocation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl StaticColumnCount for WorkspaceLocation
impl StaticColumnCount for WorkspaceLocation
fn column_count() -> usize
impl Eq for WorkspaceLocation
impl StructuralEq for WorkspaceLocation
impl StructuralPartialEq for WorkspaceLocation
Auto Trait Implementations§
impl RefUnwindSafe for WorkspaceLocation
impl Send for WorkspaceLocation
impl Sync for WorkspaceLocation
impl Unpin for WorkspaceLocation
impl UnwindSafe for WorkspaceLocation
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
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.