pub enum RebindBy<'source> {
Glob {
star_token: Token<'source>,
},
Identifiers {
bindings: Box<[RebindSubject<'source>]>,
},
}Variants§
Trait Implementations§
impl<'source> Eq for RebindBy<'source>
impl<'source> StructuralPartialEq for RebindBy<'source>
Auto Trait Implementations§
impl<'source> Freeze for RebindBy<'source>
impl<'source> RefUnwindSafe for RebindBy<'source>
impl<'source> Send for RebindBy<'source>
impl<'source> Sync for RebindBy<'source>
impl<'source> Unpin for RebindBy<'source>
impl<'source> UnwindSafe for RebindBy<'source>
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