pub struct NoProps;
Trait Implementations§
Source§impl Props for NoProps
impl Props for NoProps
type InitialBuilder = NoProps
fn init_builder() -> Self::InitialBuilder
Auto Trait Implementations§
impl Freeze for NoProps
impl RefUnwindSafe for NoProps
impl Send for NoProps
impl Sync for NoProps
impl Unpin for NoProps
impl UnwindSafe for NoProps
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