pub struct EntityTypeParameter {
pub change_indicator: ChangeIndicator,
pub entity_type: EntityType,
}Expand description
6.2.94.5 Entity Type VP record
Fields§
§change_indicator: ChangeIndicator§entity_type: EntityTypeImplementations§
Source§impl EntityTypeParameter
impl EntityTypeParameter
pub fn with_change_indicator(self, change_indicator: ChangeIndicator) -> Self
pub fn with_entity_type(self, entity_type: EntityType) -> Self
pub fn to_variable_parameter(self) -> VariableParameter
Trait Implementations§
Source§impl Clone for EntityTypeParameter
impl Clone for EntityTypeParameter
Source§fn clone(&self) -> EntityTypeParameter
fn clone(&self) -> EntityTypeParameter
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 EntityTypeParameter
impl Debug for EntityTypeParameter
Source§impl Default for EntityTypeParameter
impl Default for EntityTypeParameter
Source§fn default() -> EntityTypeParameter
fn default() -> EntityTypeParameter
Returns the “default value” for a type. Read more
Source§impl PartialEq for EntityTypeParameter
impl PartialEq for EntityTypeParameter
impl Copy for EntityTypeParameter
impl StructuralPartialEq for EntityTypeParameter
Auto Trait Implementations§
impl Freeze for EntityTypeParameter
impl RefUnwindSafe for EntityTypeParameter
impl Send for EntityTypeParameter
impl Sync for EntityTypeParameter
impl Unpin for EntityTypeParameter
impl UnwindSafe for EntityTypeParameter
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