pub struct Controls(pub bool);Expand description
Show user agent controls.
Tuple Fields§
§0: boolTrait Implementations§
Source§impl Attributes for Controls
impl Attributes for Controls
Source§impl Ord for Controls
impl Ord for Controls
Source§impl PartialOrd for Controls
impl PartialOrd for Controls
impl Eq for Controls
impl StructuralPartialEq for Controls
Auto Trait Implementations§
impl Freeze for Controls
impl RefUnwindSafe for Controls
impl Send for Controls
impl Sync for Controls
impl Unpin for Controls
impl UnwindSafe for Controls
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