pub enum BackendModule {
LibDataChannel,
Mem,
}Expand description
Backend modules usable by tx5.
Variants§
Implementations§
Source§impl BackendModule
impl BackendModule
Trait Implementations§
Source§impl Clone for BackendModule
impl Clone for BackendModule
Source§fn clone(&self) -> BackendModule
fn clone(&self) -> BackendModule
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 BackendModule
impl Debug for BackendModule
Source§impl Default for BackendModule
impl Default for BackendModule
Source§impl Hash for BackendModule
impl Hash for BackendModule
Source§impl Ord for BackendModule
impl Ord for BackendModule
Source§fn cmp(&self, other: &BackendModule) -> Ordering
fn cmp(&self, other: &BackendModule) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for BackendModule
impl PartialEq for BackendModule
Source§impl PartialOrd for BackendModule
impl PartialOrd for BackendModule
impl Copy for BackendModule
impl Eq for BackendModule
impl StructuralPartialEq for BackendModule
Auto Trait Implementations§
impl Freeze for BackendModule
impl RefUnwindSafe for BackendModule
impl Send for BackendModule
impl Sync for BackendModule
impl Unpin for BackendModule
impl UnwindSafe for BackendModule
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.