#[repr(C)]pub enum notmuch_database_mode_t {
READ_ONLY = 0,
READ_WRITE = 1,
}Expand description
Database open mode for notmuch_database_open.
Variants§
Trait Implementations§
Source§impl Clone for notmuch_database_mode_t
impl Clone for notmuch_database_mode_t
Source§fn clone(&self) -> notmuch_database_mode_t
fn clone(&self) -> notmuch_database_mode_t
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 notmuch_database_mode_t
impl Debug for notmuch_database_mode_t
Source§impl PartialEq for notmuch_database_mode_t
impl PartialEq for notmuch_database_mode_t
impl Copy for notmuch_database_mode_t
impl Eq for notmuch_database_mode_t
impl StructuralPartialEq for notmuch_database_mode_t
Auto Trait Implementations§
impl Freeze for notmuch_database_mode_t
impl RefUnwindSafe for notmuch_database_mode_t
impl Send for notmuch_database_mode_t
impl Sync for notmuch_database_mode_t
impl Unpin for notmuch_database_mode_t
impl UnwindSafe for notmuch_database_mode_t
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