Struct tty_form::dependency::DependencyId
source · [−]pub struct DependencyId(_);Expand description
A unique identifier.
Trait Implementations
sourceimpl Clone for DependencyId
impl Clone for DependencyId
sourcefn clone(&self) -> DependencyId
fn clone(&self) -> DependencyId
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DependencyId
impl Debug for DependencyId
sourceimpl Hash for DependencyId
impl Hash for DependencyId
sourceimpl PartialEq<DependencyId> for DependencyId
impl PartialEq<DependencyId> for DependencyId
sourcefn eq(&self, other: &DependencyId) -> bool
fn eq(&self, other: &DependencyId) -> bool
impl Copy for DependencyId
impl Eq for DependencyId
impl StructuralEq for DependencyId
impl StructuralPartialEq for DependencyId
Auto Trait Implementations
impl RefUnwindSafe for DependencyId
impl Send for DependencyId
impl Sync for DependencyId
impl Unpin for DependencyId
impl UnwindSafe for DependencyId
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more