pub struct FieldPlan {
pub id: u16,
pub source: FieldSource,
}Fields§
§id: u16§source: FieldSourceTrait Implementations§
Auto Trait Implementations§
impl Freeze for FieldPlan
impl RefUnwindSafe for FieldPlan
impl Send for FieldPlan
impl Sync for FieldPlan
impl Unpin for FieldPlan
impl UnsafeUnpin for FieldPlan
impl UnwindSafe for FieldPlan
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