#[repr(i32)]pub enum EGetChannelsAlgorithm {
Default = 1,
Friends = 2,
Featured = 3,
Developer = 4,
Following = 5,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for EGetChannelsAlgorithm
impl Clone for EGetChannelsAlgorithm
Source§fn clone(&self) -> EGetChannelsAlgorithm
fn clone(&self) -> EGetChannelsAlgorithm
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 EGetChannelsAlgorithm
impl Debug for EGetChannelsAlgorithm
Source§impl Hash for EGetChannelsAlgorithm
impl Hash for EGetChannelsAlgorithm
Source§impl PartialEq for EGetChannelsAlgorithm
impl PartialEq for EGetChannelsAlgorithm
impl Copy for EGetChannelsAlgorithm
impl Eq for EGetChannelsAlgorithm
impl StructuralPartialEq for EGetChannelsAlgorithm
Auto Trait Implementations§
impl Freeze for EGetChannelsAlgorithm
impl RefUnwindSafe for EGetChannelsAlgorithm
impl Send for EGetChannelsAlgorithm
impl Sync for EGetChannelsAlgorithm
impl Unpin for EGetChannelsAlgorithm
impl UnsafeUnpin for EGetChannelsAlgorithm
impl UnwindSafe for EGetChannelsAlgorithm
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