pub struct AfType { /* private fields */ }
Expand description
Alternate function type settings.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AfType
impl RefUnwindSafe for AfType
impl Send for AfType
impl Sync for AfType
impl Unpin for AfType
impl UnwindSafe for AfType
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