Struct sqlite_vfs::OpenOptions
source · [−]pub struct OpenOptions {
pub kind: OpenKind,
pub access: OpenAccess,
pub delete_on_close: bool,
}
Fields
kind: OpenKind
The object type that is being opened.
access: OpenAccess
The access an object is opened with.
delete_on_close: bool
The file should be deleted when it is closed.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for OpenOptions
impl Send for OpenOptions
impl Sync for OpenOptions
impl Unpin for OpenOptions
impl UnwindSafe for OpenOptions
Blanket Implementations
Mutably borrows from an owned value. Read more