pub struct TestType {
pub modname: &'static str,
pub name: &'static str,
pub f: fn() -> Result<(), ()>,
}Fields§
§modname: &'static str§name: &'static str§f: fn() -> Result<(), ()>Auto Trait Implementations§
impl Freeze for TestType
impl RefUnwindSafe for TestType
impl Send for TestType
impl Sync for TestType
impl Unpin for TestType
impl UnwindSafe for TestType
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