Struct semilattice_database_session::Depend
source · pub struct Depend { /* private fields */ }Implementations§
Methods from Deref<Target = CollectionRow>§
pub fn collection_id(&self) -> NonZeroI32
pub fn row(&self) -> NonZeroU32
Trait Implementations§
source§impl PartialEq for Depend
impl PartialEq for Depend
source§impl Serialize for Depend
impl Serialize for Depend
source§fn serialize<S>(
&self,
serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where S: Serializer,
Serialize this value into the given Serde serializer. Read more
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