Struct dis_rs::EntityTypeParameter
source · pub struct EntityTypeParameter {
pub change_indicator: ChangeIndicator,
pub entity_type: EntityType,
}Fields
change_indicator: ChangeIndicatorentity_type: EntityTypeImplementations
sourceimpl 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
sourceimpl Clone for EntityTypeParameter
impl Clone for EntityTypeParameter
sourcefn clone(&self) -> EntityTypeParameter
fn clone(&self) -> EntityTypeParameter
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for EntityTypeParameter
impl Debug for EntityTypeParameter
sourceimpl Default for EntityTypeParameter
impl Default for EntityTypeParameter
sourcefn 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more