pub struct SubprocessorList {
pub subprocessors: Option<Vec<Value>>,
}Fields§
§subprocessors: Option<Vec<Value>>Subprocessors is the list, each naming at least what it is and what it is for — a name alone says nothing.
Implementations§
Source§impl SubprocessorList
impl SubprocessorList
pub fn new() -> SubprocessorList
Trait Implementations§
Source§impl Clone for SubprocessorList
impl Clone for SubprocessorList
Source§fn clone(&self) -> SubprocessorList
fn clone(&self) -> SubprocessorList
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SubprocessorList
impl Debug for SubprocessorList
Source§impl Default for SubprocessorList
impl Default for SubprocessorList
Source§fn default() -> SubprocessorList
fn default() -> SubprocessorList
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SubprocessorList
impl<'de> Deserialize<'de> for SubprocessorList
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 SubprocessorList
impl PartialEq for SubprocessorList
Source§impl Serialize for SubprocessorList
impl Serialize for SubprocessorList
impl StructuralPartialEq for SubprocessorList
Auto Trait Implementations§
impl Freeze for SubprocessorList
impl RefUnwindSafe for SubprocessorList
impl Send for SubprocessorList
impl Sync for SubprocessorList
impl Unpin for SubprocessorList
impl UnsafeUnpin for SubprocessorList
impl UnwindSafe for SubprocessorList
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