pub struct DelegateParam {
pub name: String,
pub rust_type: String,
pub conversion: ParamConversion,
}Expand description
A single parameter in a delegate signature.
Fields§
§name: String§rust_type: String§conversion: ParamConversionAuto Trait Implementations§
impl Freeze for DelegateParam
impl RefUnwindSafe for DelegateParam
impl Send for DelegateParam
impl Sync for DelegateParam
impl Unpin for DelegateParam
impl UnsafeUnpin for DelegateParam
impl UnwindSafe for DelegateParam
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