pub struct FnRef {
pub name: CompactString,
pub trans_name: CompactString,
pub location: FnLocation,
}
Fields§
§name: CompactString
§trans_name: CompactString
§location: FnLocation
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FnRef
impl RefUnwindSafe for FnRef
impl Send for FnRef
impl Sync for FnRef
impl Unpin for FnRef
impl UnwindSafe for FnRef
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