pub enum Displays {
Television,
ElectronicPictureFrame,
Projector,
Monitor,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Displays
impl RefUnwindSafe for Displays
impl Send for Displays
impl Sync for Displays
impl Unpin for Displays
impl UnwindSafe for Displays
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