Struct semilattice_database::Depend
source · pub struct Depend { /* private fields */ }Implementations§
source§impl Depend
impl Depend
pub fn new(key: impl Into<String>, collection_row: CollectionRow) -> Self
pub fn key(&self) -> &str
pub fn collection_row(&self) -> &CollectionRow
Trait Implementations§
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