pub struct Ps {
pub name: String,
pub sections: usize,
pub secttype: String,
pub pstext: String,
}Fields§
§name: String§sections: usize§secttype: String§pstext: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for Ps
impl<'de> Deserialize<'de> for Ps
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 Eq for Ps
impl StructuralPartialEq for Ps
Auto Trait Implementations§
impl Freeze for Ps
impl RefUnwindSafe for Ps
impl Send for Ps
impl Sync for Ps
impl Unpin for Ps
impl UnwindSafe for Ps
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