pub struct FeatureRelationshipFvo {
pub entity_ref_fvo: EntityRefFvo,
pub name: Option<String>,
pub relationship_type: String,
pub valid_for: Option<TimePeriod>,
}Expand description
Feature Relationship FVO
Fields§
§entity_ref_fvo: EntityRefFvoBase Entity Ref FVO schema
name: Option<String>This is the name of the target feature.
relationship_type: StringThis is the type of the feature relationship.
valid_for: Option<TimePeriod>A period of time, either as a deadline (endDateTime only) a startDateTime only, or both
Trait Implementations§
Source§impl Clone for FeatureRelationshipFvo
impl Clone for FeatureRelationshipFvo
Source§fn clone(&self) -> FeatureRelationshipFvo
fn clone(&self) -> FeatureRelationshipFvo
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FeatureRelationshipFvo
impl Debug for FeatureRelationshipFvo
Source§impl Default for FeatureRelationshipFvo
impl Default for FeatureRelationshipFvo
Source§fn default() -> FeatureRelationshipFvo
fn default() -> FeatureRelationshipFvo
Returns the “default value” for a type. Read more
Source§impl Deref for FeatureRelationshipFvo
impl Deref for FeatureRelationshipFvo
Source§impl DerefMut for FeatureRelationshipFvo
impl DerefMut for FeatureRelationshipFvo
Source§impl<'de> Deserialize<'de> for FeatureRelationshipFvo
impl<'de> Deserialize<'de> for FeatureRelationshipFvo
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 Display for FeatureRelationshipFvo
impl Display for FeatureRelationshipFvo
Auto Trait Implementations§
impl Freeze for FeatureRelationshipFvo
impl RefUnwindSafe for FeatureRelationshipFvo
impl Send for FeatureRelationshipFvo
impl Sync for FeatureRelationshipFvo
impl Unpin for FeatureRelationshipFvo
impl UnwindSafe for FeatureRelationshipFvo
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)