Struct nandoize::epics::structure::PolymorphicTarget
source · pub(crate) struct PolymorphicTarget {
pub(crate) target_key: String,
pub(crate) item_fn: ItemFn,
pub(crate) user_assigned_type: Option<String>,
pub(crate) generic_mapping_context: GenericVariableMappingContext,
}Fields§
§target_key: String§item_fn: ItemFn§user_assigned_type: Option<String>§generic_mapping_context: GenericVariableMappingContextTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PolymorphicTarget
impl !Send for PolymorphicTarget
impl !Sync for PolymorphicTarget
impl Unpin for PolymorphicTarget
impl UnwindSafe for PolymorphicTarget
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