Struct rustpython_format::FieldName
source · pub struct FieldName {
pub field_type: FieldType,
pub parts: Vec<FieldNamePart>,
}
Fields§
§field_type: FieldType
§parts: Vec<FieldNamePart>
Implementations§
Trait Implementations§
source§impl PartialEq<FieldName> for FieldName
impl PartialEq<FieldName> for FieldName
impl StructuralPartialEq for FieldName
Auto Trait Implementations§
impl RefUnwindSafe for FieldName
impl Send for FieldName
impl Sync for FieldName
impl Unpin for FieldName
impl UnwindSafe for FieldName
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