pub struct PArg {
pub type_: String,
pub hypos: Vec<i32>,
pub fid: i32,
}
Fields§
§type_: String
§hypos: Vec<i32>
§fid: i32
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for PArg
impl<'de> Deserialize<'de> for PArg
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 PArg
Auto Trait Implementations§
impl Freeze for PArg
impl RefUnwindSafe for PArg
impl Send for PArg
impl Sync for PArg
impl Unpin for PArg
impl UnwindSafe for PArg
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