pub enum Then {
Const(Span),
Attribute(TokenStream),
}
Variants§
Const(Span)
Attribute(TokenStream)
Auto Trait Implementations§
impl Freeze for Then
impl RefUnwindSafe for Then
impl !Send for Then
impl !Sync for Then
impl Unpin for Then
impl UnwindSafe for Then
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