pub enum STCxnType {
ParOf,
PresOf,
PresParOf,
UnknownRelationship,
}Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for STCxnType
impl<'de> Deserialize<'de> for STCxnType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Copy for STCxnType
impl Eq for STCxnType
impl StructuralPartialEq for STCxnType
Auto Trait Implementations§
impl Freeze for STCxnType
impl RefUnwindSafe for STCxnType
impl Send for STCxnType
impl Sync for STCxnType
impl Unpin for STCxnType
impl UnsafeUnpin for STCxnType
impl UnwindSafe for STCxnType
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