pub struct Bind<'a, B: BindTarget> { /* private fields */ }Expand description
Widget for showing the bind itself
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, B> Freeze for Bind<'a, B>
impl<'a, B> RefUnwindSafe for Bind<'a, B>where
B: RefUnwindSafe,
impl<'a, B> Send for Bind<'a, B>where
B: Send,
impl<'a, B> Sync for Bind<'a, B>where
B: Sync,
impl<'a, B> Unpin for Bind<'a, B>
impl<'a, B> !UnwindSafe for Bind<'a, B>
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