Struct ArgCursor
struct ArgCursor { ... }
Position within RawArgs
Implementations
impl Clone for ArgCursor
fn clone(self: &Self) -> ArgCursor
impl Debug for ArgCursor
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Eq for ArgCursor
impl Freeze for ArgCursor
impl Ord for ArgCursor
fn cmp(self: &Self, other: &ArgCursor) -> Ordering
impl PartialEq for ArgCursor
fn eq(self: &Self, other: &ArgCursor) -> bool
impl PartialOrd for ArgCursor
fn partial_cmp(self: &Self, other: &ArgCursor) -> Option<Ordering>
impl RefUnwindSafe for ArgCursor
impl Send for ArgCursor
impl StructuralPartialEq for ArgCursor
impl Sync for ArgCursor
impl Unpin for ArgCursor
impl UnsafeUnpin for ArgCursor
impl UnwindSafe for ArgCursor
impl<T> Any for ArgCursor
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for ArgCursor
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for ArgCursor
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for ArgCursor
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for ArgCursor
fn from(t: T) -> TReturns the argument unchanged.
impl<T> ToOwned for ArgCursor
fn to_owned(self: &Self) -> Tfn clone_into(self: &Self, target: &mut T)
impl<T, U> Into for ArgCursor
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for ArgCursor
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for ArgCursor
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>