pub struct MethodFrameworkAdapter {
pub target_name: String,
pub role: String,
pub method_candidates: Vec<String>,
pub methods: HashMap<String, MethodHandler>,
pub output_key: String,
}Fields§
§target_name: String§role: String§method_candidates: Vec<String>§methods: HashMap<String, MethodHandler>§output_key: StringImplementations§
Auto Trait Implementations§
impl Freeze for MethodFrameworkAdapter
impl RefUnwindSafe for MethodFrameworkAdapter
impl Send for MethodFrameworkAdapter
impl Sync for MethodFrameworkAdapter
impl Unpin for MethodFrameworkAdapter
impl UnsafeUnpin for MethodFrameworkAdapter
impl UnwindSafe for MethodFrameworkAdapter
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