pub struct FileSystemOptions {
pub bin_platform: Option<String>,
}Fields§
§bin_platform: Option<String>Trait Implementations§
Source§impl Clone for FileSystemOptions
impl Clone for FileSystemOptions
Source§fn clone(&self) -> FileSystemOptions
fn clone(&self) -> FileSystemOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FileSystemOptions
impl Debug for FileSystemOptions
Source§impl Default for FileSystemOptions
impl Default for FileSystemOptions
Source§fn default() -> FileSystemOptions
fn default() -> FileSystemOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FileSystemOptions
impl RefUnwindSafe for FileSystemOptions
impl Send for FileSystemOptions
impl Sync for FileSystemOptions
impl Unpin for FileSystemOptions
impl UnsafeUnpin for FileSystemOptions
impl UnwindSafe for FileSystemOptions
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