pub struct LambdaConstraint<D: Domain> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<D> Freeze for LambdaConstraint<D>
impl<D> !RefUnwindSafe for LambdaConstraint<D>
impl<D> !Send for LambdaConstraint<D>
impl<D> !Sync for LambdaConstraint<D>
impl<D> Unpin for LambdaConstraint<D>
impl<D> UnsafeUnpin for LambdaConstraint<D>
impl<D> !UnwindSafe for LambdaConstraint<D>
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