pub enum HelpTopic {
General,
Size,
Px,
}Expand description
The help topics that can be requested from the server
Variants§
General
Help about the general pixelflut protocol and links to further topics
Size
Help about the SIZE command
Px
Help about the PX command (both set and get variants)
Trait Implementations§
source§impl PartialEq for HelpTopic
impl PartialEq for HelpTopic
impl Copy for HelpTopic
impl Eq for HelpTopic
impl StructuralPartialEq for HelpTopic
Auto Trait Implementations§
impl Freeze for HelpTopic
impl RefUnwindSafe for HelpTopic
impl Send for HelpTopic
impl Sync for HelpTopic
impl Unpin for HelpTopic
impl UnwindSafe for HelpTopic
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