Struct semilattice_database::Depend
source · [−]pub struct Depend { /* private fields */ }Implementations
sourceimpl Depend
impl Depend
pub fn new(key: impl Into<String>, collection_row: CollectionRow) -> Depend
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
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