pub enum GlobalPoolMethod {
Avg,
Max,
AvgMax,
}Variants§
Trait Implementations§
Source§impl Clone for GlobalPoolMethod
impl Clone for GlobalPoolMethod
Source§fn clone(&self) -> GlobalPoolMethod
fn clone(&self) -> GlobalPoolMethod
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GlobalPoolMethod
Source§impl Debug for GlobalPoolMethod
impl Debug for GlobalPoolMethod
impl Eq for GlobalPoolMethod
Source§impl PartialEq for GlobalPoolMethod
impl PartialEq for GlobalPoolMethod
impl StructuralPartialEq for GlobalPoolMethod
Auto Trait Implementations§
impl Freeze for GlobalPoolMethod
impl RefUnwindSafe for GlobalPoolMethod
impl Send for GlobalPoolMethod
impl Sync for GlobalPoolMethod
impl Unpin for GlobalPoolMethod
impl UnsafeUnpin for GlobalPoolMethod
impl UnwindSafe for GlobalPoolMethod
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