pub enum FunctionIdentifier {
Qpath(String),
Range(CharRange),
}
Expand description
An externally-provided identifier of a function
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FunctionIdentifier
impl RefUnwindSafe for FunctionIdentifier
impl Send for FunctionIdentifier
impl Sync for FunctionIdentifier
impl Unpin for FunctionIdentifier
impl UnwindSafe for FunctionIdentifier
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