pub enum FanTarget {
All,
Only(InterfaceId),
AllExcept(InterfaceId),
}Variants§
Trait Implementations§
impl Copy for FanTarget
impl Eq for FanTarget
impl StructuralPartialEq for FanTarget
Auto Trait Implementations§
impl Freeze for FanTarget
impl RefUnwindSafe for FanTarget
impl Send for FanTarget
impl Sync for FanTarget
impl Unpin for FanTarget
impl UnsafeUnpin for FanTarget
impl UnwindSafe for FanTarget
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