pub enum BackendSource {
Gateway,
Internal,
}Variants§
Trait Implementations§
Source§impl Clone for BackendSource
impl Clone for BackendSource
Source§fn clone(&self) -> BackendSource
fn clone(&self) -> BackendSource
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 BackendSource
impl Debug for BackendSource
Source§impl PartialEq for BackendSource
impl PartialEq for BackendSource
impl Copy for BackendSource
impl Eq for BackendSource
impl StructuralPartialEq for BackendSource
Auto Trait Implementations§
impl Freeze for BackendSource
impl RefUnwindSafe for BackendSource
impl Send for BackendSource
impl Sync for BackendSource
impl Unpin for BackendSource
impl UnsafeUnpin for BackendSource
impl UnwindSafe for BackendSource
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> 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.