Struct rustpython_vm::sequence::OptionalRangeArgs
source · pub struct OptionalRangeArgs { /* private fields */ }
Implementations§
Trait Implementations§
source§impl FromArgs for OptionalRangeArgs
impl FromArgs for OptionalRangeArgs
source§fn from_args(
vm: &VirtualMachine,
args: &mut FuncArgs
) -> Result<Self, ArgumentError>
fn from_args( vm: &VirtualMachine, args: &mut FuncArgs ) -> Result<Self, ArgumentError>
Extracts this item from the next argument(s).
Auto Trait Implementations§
impl !RefUnwindSafe for OptionalRangeArgs
impl !Send for OptionalRangeArgs
impl !Sync for OptionalRangeArgs
impl Unpin for OptionalRangeArgs
impl !UnwindSafe for OptionalRangeArgs
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