pub enum PortableViewOutput {
Collection,
Single,
Keyed {
key_field: PortableFieldPath,
},
}Variants§
Trait Implementations§
Source§impl Clone for PortableViewOutput
impl Clone for PortableViewOutput
Source§fn clone(&self) -> PortableViewOutput
fn clone(&self) -> PortableViewOutput
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 PortableViewOutput
impl Debug for PortableViewOutput
Source§impl Default for PortableViewOutput
impl Default for PortableViewOutput
Source§fn default() -> PortableViewOutput
fn default() -> PortableViewOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PortableViewOutput
impl<'de> Deserialize<'de> for PortableViewOutput
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 PortableViewOutput
impl PartialEq for PortableViewOutput
Source§impl Serialize for PortableViewOutput
impl Serialize for PortableViewOutput
impl StructuralPartialEq for PortableViewOutput
Auto Trait Implementations§
impl Freeze for PortableViewOutput
impl RefUnwindSafe for PortableViewOutput
impl Send for PortableViewOutput
impl Sync for PortableViewOutput
impl Unpin for PortableViewOutput
impl UnsafeUnpin for PortableViewOutput
impl UnwindSafe for PortableViewOutput
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