pub enum CloseKind {
Transitive,
}Expand description
Which closure a CLOSE statement applies to a relation.
Variants§
Transitive
TRANSITIVE — add a→c whenever a→b and b→c hold (requires a DAG).
Trait Implementations§
impl Copy for CloseKind
impl Eq for CloseKind
impl StructuralPartialEq for CloseKind
Auto Trait Implementations§
impl Freeze for CloseKind
impl RefUnwindSafe for CloseKind
impl Send for CloseKind
impl Sync for CloseKind
impl Unpin for CloseKind
impl UnsafeUnpin for CloseKind
impl UnwindSafe for CloseKind
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