pub enum Initially {
Immediate(Span),
Deferred(Span),
}Expand description
Initial timing of the constraint trigger
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Initially
impl RefUnwindSafe for Initially
impl Send for Initially
impl Sync for Initially
impl Unpin for Initially
impl UnsafeUnpin for Initially
impl UnwindSafe for Initially
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