pub struct InterpolationTypeRequirement {
pub interpolation_index: usize,
pub expected_python_type: String,
pub expected_description: String,
}Fields§
§interpolation_index: usize§expected_python_type: String§expected_description: StringImplementations§
Trait Implementations§
Source§impl Clone for InterpolationTypeRequirement
impl Clone for InterpolationTypeRequirement
Source§fn clone(&self) -> InterpolationTypeRequirement
fn clone(&self) -> InterpolationTypeRequirement
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 InterpolationTypeRequirement
impl Debug for InterpolationTypeRequirement
impl Eq for InterpolationTypeRequirement
Source§impl PartialEq for InterpolationTypeRequirement
impl PartialEq for InterpolationTypeRequirement
Source§fn eq(&self, other: &InterpolationTypeRequirement) -> bool
fn eq(&self, other: &InterpolationTypeRequirement) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for InterpolationTypeRequirement
Auto Trait Implementations§
impl Freeze for InterpolationTypeRequirement
impl RefUnwindSafe for InterpolationTypeRequirement
impl Send for InterpolationTypeRequirement
impl Sync for InterpolationTypeRequirement
impl Unpin for InterpolationTypeRequirement
impl UnsafeUnpin for InterpolationTypeRequirement
impl UnwindSafe for InterpolationTypeRequirement
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