pub struct ArgumentsRef<'args> { /* private fields */ }
Expand description
过程调用参数列表对象的引用,此对象不可增加参数
Implementations§
Trait Implementations§
Source§impl<'args> IntoIterator for ArgumentsRef<'args>
impl<'args> IntoIterator for ArgumentsRef<'args>
Auto Trait Implementations§
impl<'args> Freeze for ArgumentsRef<'args>
impl<'args> RefUnwindSafe for ArgumentsRef<'args>
impl<'args> !Send for ArgumentsRef<'args>
impl<'args> !Sync for ArgumentsRef<'args>
impl<'args> Unpin for ArgumentsRef<'args>
impl<'args> UnwindSafe for ArgumentsRef<'args>
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