pub struct RebindSubject<'source> {
pub ident_token: Option<Token<'source>>,
pub comma_token: Option<Token<'source>>,
}Fields§
§ident_token: Option<Token<'source>>§comma_token: Option<Token<'source>>Trait Implementations§
Source§impl<'source> Debug for RebindSubject<'source>
impl<'source> Debug for RebindSubject<'source>
Source§impl<'source> PartialEq for RebindSubject<'source>
impl<'source> PartialEq for RebindSubject<'source>
impl<'source> Eq for RebindSubject<'source>
impl<'source> StructuralPartialEq for RebindSubject<'source>
Auto Trait Implementations§
impl<'source> Freeze for RebindSubject<'source>
impl<'source> RefUnwindSafe for RebindSubject<'source>
impl<'source> Send for RebindSubject<'source>
impl<'source> Sync for RebindSubject<'source>
impl<'source> Unpin for RebindSubject<'source>
impl<'source> UnwindSafe for RebindSubject<'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