pub struct VersionedFunnel {
pub comments: Option<String>,
pub component_type: Option<String>,
pub group_identifier: Option<String>,
pub identifier: Option<String>,
pub instance_identifier: Option<String>,
pub name: Option<String>,
pub position: Option<Position>,
}Fields§
§comments: Option<String>§component_type: Option<String>§group_identifier: Option<String>§identifier: Option<String>§instance_identifier: Option<String>§name: Option<String>§position: Option<Position>Trait Implementations§
Source§impl Clone for VersionedFunnel
impl Clone for VersionedFunnel
Source§fn clone(&self) -> VersionedFunnel
fn clone(&self) -> VersionedFunnel
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 Debug for VersionedFunnel
impl Debug for VersionedFunnel
Source§impl Default for VersionedFunnel
impl Default for VersionedFunnel
Source§fn default() -> VersionedFunnel
fn default() -> VersionedFunnel
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for VersionedFunnel
impl<'de> Deserialize<'de> for VersionedFunnel
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 From<VersionedFunnel> for VersionedFunnel
impl From<VersionedFunnel> for VersionedFunnel
Source§fn from(v: VersionedFunnel) -> Self
fn from(v: VersionedFunnel) -> Self
Converts to this type from the input type.
Source§impl From<VersionedFunnel> for VersionedFunnel
impl From<VersionedFunnel> for VersionedFunnel
Source§fn from(v: VersionedFunnel) -> Self
fn from(v: VersionedFunnel) -> Self
Converts to this type from the input type.
Source§impl From<VersionedFunnel> for VersionedFunnel
impl From<VersionedFunnel> for VersionedFunnel
Source§fn from(v: VersionedFunnel) -> Self
fn from(v: VersionedFunnel) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for VersionedFunnel
impl RefUnwindSafe for VersionedFunnel
impl Send for VersionedFunnel
impl Sync for VersionedFunnel
impl Unpin for VersionedFunnel
impl UnsafeUnpin for VersionedFunnel
impl UnwindSafe for VersionedFunnel
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