pub struct postscript {
pub script: Option<Vec<script>>,
}
Fields§
§script: Option<Vec<script>>
Trait Implementations§
Source§impl Debug for postscript
impl Debug for postscript
Source§impl<'de> Deserialize<'de> for postscript
impl<'de> Deserialize<'de> for postscript
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
Source§impl PartialEq for postscript
impl PartialEq for postscript
Source§impl Serialize for postscript
impl Serialize for postscript
impl StructuralPartialEq for postscript
Auto Trait Implementations§
impl Freeze for postscript
impl RefUnwindSafe for postscript
impl Send for postscript
impl Sync for postscript
impl Unpin for postscript
impl UnwindSafe for postscript
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