pub struct Required;
Expand description
Notes that bind is required.
Trait Implementations§
Source§impl TryFrom<Element> for Required
impl TryFrom<Element> for Required
Source§type Error = FromElementError
type Error = FromElementError
The type returned in the event of a conversion error.
impl StructuralPartialEq for Required
Auto Trait Implementations§
impl Freeze for Required
impl RefUnwindSafe for Required
impl Send for Required
impl Sync for Required
impl Unpin for Required
impl UnwindSafe for Required
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