pub enum ShowType {
ShowSet,
Function,
}Expand description
Type specifier for Show rules. See Tag::Show for more information.
Variants§
Trait Implementations§
impl Copy for ShowType
impl StructuralPartialEq for ShowType
Auto Trait Implementations§
impl Freeze for ShowType
impl RefUnwindSafe for ShowType
impl Send for ShowType
impl Sync for ShowType
impl Unpin for ShowType
impl UnwindSafe for ShowType
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