#[repr(C)]pub struct wal_manager_impl { /* private fields */ }
Trait Implementations§
Source§impl Clone for wal_manager_impl
impl Clone for wal_manager_impl
Source§fn clone(&self) -> wal_manager_impl
fn clone(&self) -> wal_manager_impl
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 wal_manager_impl
impl Debug for wal_manager_impl
impl Copy for wal_manager_impl
Auto Trait Implementations§
impl Freeze for wal_manager_impl
impl RefUnwindSafe for wal_manager_impl
impl Send for wal_manager_impl
impl Sync for wal_manager_impl
impl Unpin for wal_manager_impl
impl UnwindSafe for wal_manager_impl
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