pub struct metadata_code_branch_hint(pub Span);
Tuple Fields§
§0: Span
Trait Implementations§
Source§impl Debug for metadata_code_branch_hint
impl Debug for metadata_code_branch_hint
Source§impl<'a> Parse<'a> for metadata_code_branch_hint
impl<'a> Parse<'a> for metadata_code_branch_hint
Auto Trait Implementations§
impl Freeze for metadata_code_branch_hint
impl RefUnwindSafe for metadata_code_branch_hint
impl Send for metadata_code_branch_hint
impl Sync for metadata_code_branch_hint
impl Unpin for metadata_code_branch_hint
impl UnwindSafe for metadata_code_branch_hint
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