#[repr(C)]pub struct PioOmittedFieldView {
pub component: PioComponentIdView,
pub field: PioStringView,
}Expand description
One source field that was absent rather than explicitly assigned a value.
Fields§
§component: PioComponentIdView§field: PioStringViewTrait Implementations§
Source§impl Clone for PioOmittedFieldView
impl Clone for PioOmittedFieldView
Source§fn clone(&self) -> PioOmittedFieldView
fn clone(&self) -> PioOmittedFieldView
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 moreimpl Copy for PioOmittedFieldView
Auto Trait Implementations§
impl !Send for PioOmittedFieldView
impl !Sync for PioOmittedFieldView
impl Freeze for PioOmittedFieldView
impl RefUnwindSafe for PioOmittedFieldView
impl Unpin for PioOmittedFieldView
impl UnsafeUnpin for PioOmittedFieldView
impl UnwindSafe for PioOmittedFieldView
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