pub enum ProResProfile {
Proxy,
Lt,
Standard,
Hq,
Fourfourfour,
Xq,
}Variants§
Trait Implementations§
Source§impl Clone for ProResProfile
impl Clone for ProResProfile
Source§fn clone(&self) -> ProResProfile
fn clone(&self) -> ProResProfile
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 ProResProfile
impl Debug for ProResProfile
impl Copy for ProResProfile
Auto Trait Implementations§
impl Freeze for ProResProfile
impl RefUnwindSafe for ProResProfile
impl Send for ProResProfile
impl Sync for ProResProfile
impl Unpin for ProResProfile
impl UnsafeUnpin for ProResProfile
impl UnwindSafe for ProResProfile
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