pub struct TypeConstraint {
pub brace_token: Brace,
pub ty: Box<Type>,
pub or_token: Or,
pub pred: TokenStream,
}
Fields§
§brace_token: Brace
§ty: Box<Type>
§or_token: Or
§pred: TokenStream
Implementations§
Source§impl TypeConstraint
impl TypeConstraint
fn to_tokens_inner(&self, tokens: &mut TokenStream, mode: Mode)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TypeConstraint
impl RefUnwindSafe for TypeConstraint
impl !Send for TypeConstraint
impl !Sync for TypeConstraint
impl Unpin for TypeConstraint
impl UnwindSafe for TypeConstraint
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