pub struct SqliteNotifier(/* private fields */);Trait Implementations§
Source§impl Clone for SqliteNotifier
impl Clone for SqliteNotifier
Source§fn clone(&self) -> SqliteNotifier
fn clone(&self) -> SqliteNotifier
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 Default for SqliteNotifier
impl Default for SqliteNotifier
Source§fn default() -> SqliteNotifier
fn default() -> SqliteNotifier
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SqliteNotifier
impl RefUnwindSafe for SqliteNotifier
impl Send for SqliteNotifier
impl Sync for SqliteNotifier
impl Unpin for SqliteNotifier
impl UnwindSafe for SqliteNotifier
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