pub struct RelationAlgebra {
pub name: String,
pub is_representable: bool,
pub is_simple: bool,
}Expand description
Tarski’s characterization of representable relation algebras.
Fields§
§name: String§is_representable: bool§is_simple: boolImplementations§
Trait Implementations§
Source§impl Clone for RelationAlgebra
impl Clone for RelationAlgebra
Source§fn clone(&self) -> RelationAlgebra
fn clone(&self) -> RelationAlgebra
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for RelationAlgebra
impl RefUnwindSafe for RelationAlgebra
impl Send for RelationAlgebra
impl Sync for RelationAlgebra
impl Unpin for RelationAlgebra
impl UnsafeUnpin for RelationAlgebra
impl UnwindSafe for RelationAlgebra
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