pub struct PipePresetInfo {
pub name: String,
pub description: Option<String>,
pub spec: Value,
}Fields§
§name: String§description: Option<String>§spec: ValueTrait Implementations§
Source§impl Clone for PipePresetInfo
impl Clone for PipePresetInfo
Source§fn clone(&self) -> PipePresetInfo
fn clone(&self) -> PipePresetInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl ComposeSchema for PipePresetInfo
impl ComposeSchema for PipePresetInfo
Source§impl Debug for PipePresetInfo
impl Debug for PipePresetInfo
Source§impl<'de> Deserialize<'de> for PipePresetInfo
impl<'de> Deserialize<'de> for PipePresetInfo
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 Serialize for PipePresetInfo
impl Serialize for PipePresetInfo
Auto Trait Implementations§
impl Freeze for PipePresetInfo
impl RefUnwindSafe for PipePresetInfo
impl Send for PipePresetInfo
impl Sync for PipePresetInfo
impl Unpin for PipePresetInfo
impl UnsafeUnpin for PipePresetInfo
impl UnwindSafe for PipePresetInfo
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