[−][src]Struct web_sys::FileSystemDirectoryEntry
The FileSystemDirectoryEntry object
This API requires the following crate features to be activated: FileSystemDirectoryEntry
Methods
impl FileSystemDirectoryEntry[src]
pub fn create_reader(&self) -> FileSystemDirectoryReader[src]
The createReader() method
This API requires the following crate features to be activated: FileSystemDirectoryEntry, FileSystemDirectoryReader
impl FileSystemDirectoryEntry[src]
pub fn get_directory(&self)[src]
The getDirectory() method
This API requires the following crate features to be activated: FileSystemDirectoryEntry
impl FileSystemDirectoryEntry[src]
pub fn get_directory_with_path(&self, path: Option<&str>)[src]
The getDirectory() method
This API requires the following crate features to be activated: FileSystemDirectoryEntry
impl FileSystemDirectoryEntry[src]
pub fn get_directory_with_path_and_options(
&self,
path: Option<&str>,
options: &FileSystemFlags
)[src]
&self,
path: Option<&str>,
options: &FileSystemFlags
)
The getDirectory() method
This API requires the following crate features to be activated: FileSystemDirectoryEntry, FileSystemFlags
impl FileSystemDirectoryEntry[src]
pub fn get_directory_with_path_and_options_and_callback(
&self,
path: Option<&str>,
options: &FileSystemFlags,
success_callback: &Function
)[src]
&self,
path: Option<&str>,
options: &FileSystemFlags,
success_callback: &Function
)
The getDirectory() method
This API requires the following crate features to be activated: FileSystemDirectoryEntry, FileSystemFlags
impl FileSystemDirectoryEntry[src]
pub fn get_directory_with_path_and_options_and_file_system_entry_callback(
&self,
path: Option<&str>,
options: &FileSystemFlags,
success_callback: &FileSystemEntryCallback
)[src]
&self,
path: Option<&str>,
options: &FileSystemFlags,
success_callback: &FileSystemEntryCallback
)
The getDirectory() method
This API requires the following crate features to be activated: FileSystemDirectoryEntry, FileSystemEntryCallback, FileSystemFlags
impl FileSystemDirectoryEntry[src]
pub fn get_directory_with_path_and_options_and_callback_and_callback(
&self,
path: Option<&str>,
options: &FileSystemFlags,
success_callback: &Function,
error_callback: &Function
)[src]
&self,
path: Option<&str>,
options: &FileSystemFlags,
success_callback: &Function,
error_callback: &Function
)
The getDirectory() method
This API requires the following crate features to be activated: FileSystemDirectoryEntry, FileSystemFlags
impl FileSystemDirectoryEntry[src]
pub fn get_directory_with_path_and_options_and_file_system_entry_callback_and_callback(
&self,
path: Option<&str>,
options: &FileSystemFlags,
success_callback: &FileSystemEntryCallback,
error_callback: &Function
)[src]
&self,
path: Option<&str>,
options: &FileSystemFlags,
success_callback: &FileSystemEntryCallback,
error_callback: &Function
)
The getDirectory() method
This API requires the following crate features to be activated: FileSystemDirectoryEntry, FileSystemEntryCallback, FileSystemFlags
impl FileSystemDirectoryEntry[src]
pub fn get_directory_with_path_and_options_and_callback_and_error_callback(
&self,
path: Option<&str>,
options: &FileSystemFlags,
success_callback: &Function,
error_callback: &ErrorCallback
)[src]
&self,
path: Option<&str>,
options: &FileSystemFlags,
success_callback: &Function,
error_callback: &ErrorCallback
)
The getDirectory() method
This API requires the following crate features to be activated: ErrorCallback, FileSystemDirectoryEntry, FileSystemFlags
impl FileSystemDirectoryEntry[src]
pub fn get_directory_with_path_and_options_and_file_system_entry_callback_and_error_callback(
&self,
path: Option<&str>,
options: &FileSystemFlags,
success_callback: &FileSystemEntryCallback,
error_callback: &ErrorCallback
)[src]
&self,
path: Option<&str>,
options: &FileSystemFlags,
success_callback: &FileSystemEntryCallback,
error_callback: &ErrorCallback
)
The getDirectory() method
This API requires the following crate features to be activated: ErrorCallback, FileSystemDirectoryEntry, FileSystemEntryCallback, FileSystemFlags
impl FileSystemDirectoryEntry[src]
pub fn get_file(&self)[src]
The getFile() method
This API requires the following crate features to be activated: FileSystemDirectoryEntry
impl FileSystemDirectoryEntry[src]
pub fn get_file_with_path(&self, path: Option<&str>)[src]
The getFile() method
This API requires the following crate features to be activated: FileSystemDirectoryEntry
impl FileSystemDirectoryEntry[src]
pub fn get_file_with_path_and_options(
&self,
path: Option<&str>,
options: &FileSystemFlags
)[src]
&self,
path: Option<&str>,
options: &FileSystemFlags
)
The getFile() method
This API requires the following crate features to be activated: FileSystemDirectoryEntry, FileSystemFlags
impl FileSystemDirectoryEntry[src]
pub fn get_file_with_path_and_options_and_callback(
&self,
path: Option<&str>,
options: &FileSystemFlags,
success_callback: &Function
)[src]
&self,
path: Option<&str>,
options: &FileSystemFlags,
success_callback: &Function
)
The getFile() method
This API requires the following crate features to be activated: FileSystemDirectoryEntry, FileSystemFlags
impl FileSystemDirectoryEntry[src]
pub fn get_file_with_path_and_options_and_file_system_entry_callback(
&self,
path: Option<&str>,
options: &FileSystemFlags,
success_callback: &FileSystemEntryCallback
)[src]
&self,
path: Option<&str>,
options: &FileSystemFlags,
success_callback: &FileSystemEntryCallback
)
The getFile() method
This API requires the following crate features to be activated: FileSystemDirectoryEntry, FileSystemEntryCallback, FileSystemFlags
impl FileSystemDirectoryEntry[src]
pub fn get_file_with_path_and_options_and_callback_and_callback(
&self,
path: Option<&str>,
options: &FileSystemFlags,
success_callback: &Function,
error_callback: &Function
)[src]
&self,
path: Option<&str>,
options: &FileSystemFlags,
success_callback: &Function,
error_callback: &Function
)
The getFile() method
This API requires the following crate features to be activated: FileSystemDirectoryEntry, FileSystemFlags
impl FileSystemDirectoryEntry[src]
pub fn get_file_with_path_and_options_and_file_system_entry_callback_and_callback(
&self,
path: Option<&str>,
options: &FileSystemFlags,
success_callback: &FileSystemEntryCallback,
error_callback: &Function
)[src]
&self,
path: Option<&str>,
options: &FileSystemFlags,
success_callback: &FileSystemEntryCallback,
error_callback: &Function
)
The getFile() method
This API requires the following crate features to be activated: FileSystemDirectoryEntry, FileSystemEntryCallback, FileSystemFlags
impl FileSystemDirectoryEntry[src]
pub fn get_file_with_path_and_options_and_callback_and_error_callback(
&self,
path: Option<&str>,
options: &FileSystemFlags,
success_callback: &Function,
error_callback: &ErrorCallback
)[src]
&self,
path: Option<&str>,
options: &FileSystemFlags,
success_callback: &Function,
error_callback: &ErrorCallback
)
The getFile() method
This API requires the following crate features to be activated: ErrorCallback, FileSystemDirectoryEntry, FileSystemFlags
impl FileSystemDirectoryEntry[src]
pub fn get_file_with_path_and_options_and_file_system_entry_callback_and_error_callback(
&self,
path: Option<&str>,
options: &FileSystemFlags,
success_callback: &FileSystemEntryCallback,
error_callback: &ErrorCallback
)[src]
&self,
path: Option<&str>,
options: &FileSystemFlags,
success_callback: &FileSystemEntryCallback,
error_callback: &ErrorCallback
)
The getFile() method
This API requires the following crate features to be activated: ErrorCallback, FileSystemDirectoryEntry, FileSystemEntryCallback, FileSystemFlags
Methods from Deref<Target = FileSystemEntry>
pub fn get_parent(&self)[src]
The getParent() method
This API requires the following crate features to be activated: FileSystemEntry
pub fn get_parent_with_callback(&self, success_callback: &Function)[src]
The getParent() method
This API requires the following crate features to be activated: FileSystemEntry
pub fn get_parent_with_file_system_entry_callback(
&self,
success_callback: &FileSystemEntryCallback
)[src]
&self,
success_callback: &FileSystemEntryCallback
)
The getParent() method
This API requires the following crate features to be activated: FileSystemEntry, FileSystemEntryCallback
pub fn get_parent_with_callback_and_callback(
&self,
success_callback: &Function,
error_callback: &Function
)[src]
&self,
success_callback: &Function,
error_callback: &Function
)
The getParent() method
This API requires the following crate features to be activated: FileSystemEntry
pub fn get_parent_with_file_system_entry_callback_and_callback(
&self,
success_callback: &FileSystemEntryCallback,
error_callback: &Function
)[src]
&self,
success_callback: &FileSystemEntryCallback,
error_callback: &Function
)
The getParent() method
This API requires the following crate features to be activated: FileSystemEntry, FileSystemEntryCallback
pub fn get_parent_with_callback_and_error_callback(
&self,
success_callback: &Function,
error_callback: &ErrorCallback
)[src]
&self,
success_callback: &Function,
error_callback: &ErrorCallback
)
The getParent() method
This API requires the following crate features to be activated: ErrorCallback, FileSystemEntry
pub fn get_parent_with_file_system_entry_callback_and_error_callback(
&self,
success_callback: &FileSystemEntryCallback,
error_callback: &ErrorCallback
)[src]
&self,
success_callback: &FileSystemEntryCallback,
error_callback: &ErrorCallback
)
The getParent() method
This API requires the following crate features to be activated: ErrorCallback, FileSystemEntry, FileSystemEntryCallback
pub fn is_file(&self) -> bool[src]
The isFile getter
This API requires the following crate features to be activated: FileSystemEntry
pub fn is_directory(&self) -> bool[src]
The isDirectory getter
This API requires the following crate features to be activated: FileSystemEntry
pub fn name(&self) -> String[src]
The name getter
This API requires the following crate features to be activated: FileSystemEntry
pub fn full_path(&self) -> String[src]
The fullPath getter
This API requires the following crate features to be activated: FileSystemEntry
pub fn filesystem(&self) -> FileSystem[src]
The filesystem getter
This API requires the following crate features to be activated: FileSystem, FileSystemEntry
Trait Implementations
impl Clone for FileSystemDirectoryEntry[src]
fn clone(&self) -> FileSystemDirectoryEntry[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl AsRef<JsValue> for FileSystemDirectoryEntry[src]
impl AsRef<FileSystemEntry> for FileSystemDirectoryEntry[src]
fn as_ref(&self) -> &FileSystemEntry[src]
impl AsRef<Object> for FileSystemDirectoryEntry[src]
impl From<JsValue> for FileSystemDirectoryEntry[src]
fn from(obj: JsValue) -> FileSystemDirectoryEntry[src]
impl From<FileSystemDirectoryEntry> for JsValue[src]
fn from(obj: FileSystemDirectoryEntry) -> JsValue[src]
impl From<FileSystemDirectoryEntry> for FileSystemEntry[src]
fn from(obj: FileSystemDirectoryEntry) -> FileSystemEntry[src]
impl From<FileSystemDirectoryEntry> for Object[src]
fn from(obj: FileSystemDirectoryEntry) -> Object[src]
impl Debug for FileSystemDirectoryEntry[src]
impl Deref for FileSystemDirectoryEntry[src]
type Target = FileSystemEntry
The resulting type after dereferencing.
fn deref(&self) -> &FileSystemEntry[src]
impl FromWasmAbi for FileSystemDirectoryEntry[src]
type Abi = <JsValue as FromWasmAbi>::Abi
The wasm ABI type that this converts from when coming back out from the ABI boundary. Read more
unsafe fn from_abi(js: Self::Abi, extra: &mut dyn Stack) -> Self[src]
impl IntoWasmAbi for FileSystemDirectoryEntry[src]
type Abi = <JsValue as IntoWasmAbi>::Abi
The wasm ABI type that this converts into when crossing the ABI boundary. Read more
fn into_abi(self, extra: &mut dyn Stack) -> Self::Abi[src]
impl<'a> IntoWasmAbi for &'a FileSystemDirectoryEntry[src]
type Abi = <&'a JsValue as IntoWasmAbi>::Abi
The wasm ABI type that this converts into when crossing the ABI boundary. Read more
fn into_abi(self, extra: &mut dyn Stack) -> Self::Abi[src]
impl WasmDescribe for FileSystemDirectoryEntry[src]
impl OptionFromWasmAbi for FileSystemDirectoryEntry[src]
impl OptionIntoWasmAbi for FileSystemDirectoryEntry[src]
impl<'a> OptionIntoWasmAbi for &'a FileSystemDirectoryEntry[src]
impl RefFromWasmAbi for FileSystemDirectoryEntry[src]
type Abi = <JsValue as RefFromWasmAbi>::Abi
The wasm ABI type references to Self are recovered from.
type Anchor = ManuallyDrop<FileSystemDirectoryEntry>
The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don't persist beyond one function call, and so that they remain anonymous. Read more
unsafe fn ref_from_abi(js: Self::Abi, extra: &mut dyn Stack) -> Self::Anchor[src]
impl JsCast for FileSystemDirectoryEntry[src]
fn instanceof(val: &JsValue) -> bool[src]
fn unchecked_from_js(val: JsValue) -> Self[src]
fn unchecked_from_js_ref(val: &JsValue) -> &Self[src]
fn is_instance_of<T>(&self) -> bool where
T: JsCast, [src]
T: JsCast,
Test whether this JS value is an instance of the type T. Read more
fn dyn_into<T>(self) -> Result<T, Self> where
T: JsCast, [src]
T: JsCast,
Performs a dynamic cast (checked at runtime) of this value into the target type T. Read more
fn dyn_ref<T>(&self) -> Option<&T> where
T: JsCast, [src]
T: JsCast,
Performs a dynamic cast (checked at runtime) of this value into the target type T. Read more
fn unchecked_into<T>(self) -> T where
T: JsCast, [src]
T: JsCast,
Performs a zero-cost unchecked cast into the specified type. Read more
fn unchecked_ref<T>(&self) -> &T where
T: JsCast, [src]
T: JsCast,
Performs a zero-cost unchecked cast into a reference to the specified type. Read more
Auto Trait Implementations
impl !Send for FileSystemDirectoryEntry
impl !Sync for FileSystemDirectoryEntry
Blanket Implementations
impl<T> From for T[src]
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
impl<T, U> TryFrom for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> ReturnWasmAbi for T where
T: IntoWasmAbi, [src]
T: IntoWasmAbi,
type Abi = <T as IntoWasmAbi>::Abi
Same as IntoWasmAbi::Abi