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