pub struct ArgsRef(/* private fields */);Expand description
A reference to a function argument type list stored in the TypeArena.
Trait Implementations§
Source§impl Ord for ArgsRef
impl Ord for ArgsRef
Source§impl PartialOrd for ArgsRef
impl PartialOrd for ArgsRef
impl Copy for ArgsRef
impl Eq for ArgsRef
impl StructuralPartialEq for ArgsRef
Auto Trait Implementations§
impl Freeze for ArgsRef
impl RefUnwindSafe for ArgsRef
impl Send for ArgsRef
impl Sync for ArgsRef
impl Unpin for ArgsRef
impl UnwindSafe for ArgsRef
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