pub struct File { /* private fields */ }Expand description
the file instance.
Trait Implementations§
Source§impl InstallWith for File
impl InstallWith for File
Source§fn install_with(module: &mut Module) -> Result<(), ContextError>
fn install_with(module: &mut Module) -> Result<(), ContextError>
Hook to install more things into the module.
Source§impl MaybeTypeOf for File
impl MaybeTypeOf for File
Source§fn maybe_type_of() -> Option<FullTypeOf>
fn maybe_type_of() -> Option<FullTypeOf>
Type information for the given type.
Source§impl UnsafeToMut for File
impl UnsafeToMut for File
Source§impl UnsafeToRef for File
impl UnsafeToRef for File
Source§impl UnsafeToValue for &File
impl UnsafeToValue for &File
Source§impl UnsafeToValue for &mut File
impl UnsafeToValue for &mut File
Auto Trait Implementations§
impl Freeze for File
impl RefUnwindSafe for File
impl Send for File
impl Sync for File
impl Unpin for File
impl UnwindSafe for File
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
Source§impl<T> FromValue for Twhere
T: Any,
impl<T> FromValue for Twhere
T: Any,
Source§fn from_value(value: Value) -> VmResult<T>
fn from_value(value: Value) -> VmResult<T>
Try to convert to the given type, from the given value.