pub struct FnWrapper(pub String, pub fn(_: String) -> Option<String>);
Tuple Fields§
§0: String
§1: fn(_: String) -> Option<String>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FnWrapper
impl RefUnwindSafe for FnWrapper
impl Send for FnWrapper
impl Sync for FnWrapper
impl Unpin for FnWrapper
impl UnwindSafe for FnWrapper
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