pub enum FnType {
Function,
Method {
is_mutable_receiver: bool,
},
}Variants§
Auto Trait Implementations§
impl Freeze for FnType
impl RefUnwindSafe for FnType
impl Send for FnType
impl Sync for FnType
impl Unpin for FnType
impl UnwindSafe for FnType
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