Struct dis_rs::EntityTypeParameter
source · pub struct EntityTypeParameter {
pub change_indicator: ChangeIndicator,
pub entity_type: EntityType,
}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 copy 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
impl Copy for EntityTypeParameter
Auto Trait Implementations§
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