pub enum LinType {
FId(Vec<i32>),
Sym(Vec<Vec<Sym>>),
}Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for LinType
impl<'de> Deserialize<'de> for LinType
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 StructuralPartialEq for LinType
Auto Trait Implementations§
impl Freeze for LinType
impl RefUnwindSafe for LinType
impl Send for LinType
impl Sync for LinType
impl Unpin for LinType
impl UnwindSafe for LinType
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