Struct semilattice_database::Depend
source · pub struct Depend { /* private fields */ }Implementations§
Methods from Deref<Target = CollectionRow>§
Trait Implementations§
source§impl PartialEq<Depend> for Depend
impl PartialEq<Depend> for Depend
impl Eq for Depend
impl StructuralEq for Depend
impl StructuralPartialEq for Depend
Auto Trait Implementations§
impl RefUnwindSafe for Depend
impl Send for Depend
impl Sync for Depend
impl Unpin for Depend
impl UnwindSafe for Depend
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