Struct rustpython_vm::stdlib::os::TargetIsDirectory
source · pub struct TargetIsDirectory { /* private fields */ }
Trait Implementations§
source§impl Default for TargetIsDirectory
impl Default for TargetIsDirectory
source§fn default() -> TargetIsDirectory
fn default() -> TargetIsDirectory
Returns the “default value” for a type. Read more
source§impl FromArgs for TargetIsDirectory
impl FromArgs for TargetIsDirectory
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 TargetIsDirectory
impl Send for TargetIsDirectory
impl Sync for TargetIsDirectory
impl Unpin for TargetIsDirectory
impl UnwindSafe for TargetIsDirectory
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