pub struct FieldChar {
pub field_char_type: FieldCharType,
pub dirty: bool,
}
Fields§
§field_char_type: FieldCharType
§dirty: bool
Implementations§
Trait Implementations§
impl StructuralPartialEq for FieldChar
Auto Trait Implementations§
impl Freeze for FieldChar
impl RefUnwindSafe for FieldChar
impl Send for FieldChar
impl Sync for FieldChar
impl Unpin for FieldChar
impl UnwindSafe for FieldChar
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