pub struct isHidden;
Trait Implementations§
Source§impl HasArgument<isHidden> for setIsHidden
impl HasArgument<isHidden> for setIsHidden
Auto Trait Implementations§
impl Freeze for isHidden
impl RefUnwindSafe for isHidden
impl Send for isHidden
impl Sync for isHidden
impl Unpin for isHidden
impl UnwindSafe for isHidden
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