pub struct RaftWalTypes<T>(/* private fields */);Trait Implementations§
Source§impl<T: Clone> Clone for RaftWalTypes<T>
impl<T: Clone> Clone for RaftWalTypes<T>
Source§fn clone(&self) -> RaftWalTypes<T>
fn clone(&self) -> RaftWalTypes<T>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<T: Debug> Debug for RaftWalTypes<T>
impl<T: Debug> Debug for RaftWalTypes<T>
Source§impl<T: Default> Default for RaftWalTypes<T>
impl<T: Default> Default for RaftWalTypes<T>
Source§fn default() -> RaftWalTypes<T>
fn default() -> RaftWalTypes<T>
Returns the “default value” for a type. Read more
Source§impl<T: PartialEq> PartialEq for RaftWalTypes<T>
impl<T: PartialEq> PartialEq for RaftWalTypes<T>
Source§fn eq(&self, other: &RaftWalTypes<T>) -> bool
fn eq(&self, other: &RaftWalTypes<T>) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl<T> WalTypes for RaftWalTypes<T>where
T: Types,
impl<T> WalTypes for RaftWalTypes<T>where
T: Types,
impl<T: Copy> Copy for RaftWalTypes<T>
impl<T: Eq> Eq for RaftWalTypes<T>
impl<T> StructuralPartialEq for RaftWalTypes<T>
Auto Trait Implementations§
impl<T> Freeze for RaftWalTypes<T>
impl<T> RefUnwindSafe for RaftWalTypes<T>where
T: RefUnwindSafe,
impl<T> Send for RaftWalTypes<T>where
T: Send,
impl<T> Sync for RaftWalTypes<T>where
T: Sync,
impl<T> Unpin for RaftWalTypes<T>where
T: Unpin,
impl<T> UnsafeUnpin for RaftWalTypes<T>
impl<T> UnwindSafe for RaftWalTypes<T>where
T: UnwindSafe,
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