pub struct FnSpec {
pub fn_sig: Option<FnSig>,
pub qual_names: Option<QualNames>,
}
Fields§
§fn_sig: Option<FnSig>
§qual_names: Option<QualNames>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FnSpec
impl RefUnwindSafe for FnSpec
impl Send for FnSpec
impl Sync for FnSpec
impl Unpin for FnSpec
impl UnwindSafe for FnSpec
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