pub struct PortableView {
pub id: String,
pub source: PortableViewSource,
pub pipeline: Vec<PortableViewTransform>,
pub output: PortableViewOutput,
}Fields§
§id: String§source: PortableViewSource§pipeline: Vec<PortableViewTransform>§output: PortableViewOutputTrait Implementations§
Source§impl Clone for PortableView
impl Clone for PortableView
Source§fn clone(&self) -> PortableView
fn clone(&self) -> PortableView
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 PortableView
impl Debug for PortableView
Source§impl<'de> Deserialize<'de> for PortableView
impl<'de> Deserialize<'de> for PortableView
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 PortableView
impl PartialEq for PortableView
Source§impl Serialize for PortableView
impl Serialize for PortableView
impl StructuralPartialEq for PortableView
Auto Trait Implementations§
impl Freeze for PortableView
impl RefUnwindSafe for PortableView
impl Send for PortableView
impl Sync for PortableView
impl Unpin for PortableView
impl UnsafeUnpin for PortableView
impl UnwindSafe for PortableView
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