struct ExtraBounds {
impl_bounds: Vec<TokenStream>,
where_predicates: Vec<TokenStream>,
}Expand description
Extra trait bounds inferred from method signatures.
For generic traits and methods that reference Self or associated types,
the generated shim and vtable builder functions need additional bounds
beyond __ImplT: TraitName. This struct collects those bounds.
Fields§
§impl_bounds: Vec<TokenStream>Bounds added directly to __ImplT (e.g., IntoR when methods return Self,
or TypedExternal + Send + 'static when methods take &Self parameters).
where_predicates: Vec<TokenStream>Where clause predicates for complex types (e.g.,
<__ImplT as Trait>::Item: IntoR or Vec<T>: TryFromSexp).
Auto Trait Implementations§
impl Freeze for ExtraBounds
impl RefUnwindSafe for ExtraBounds
impl !Send for ExtraBounds
impl !Sync for ExtraBounds
impl Unpin for ExtraBounds
impl UnsafeUnpin for ExtraBounds
impl UnwindSafe for ExtraBounds
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
Source§impl<T> SizedTypeProperties for T
impl<T> SizedTypeProperties for T
Source§#[doc(hidden)]const SIZE: usize = _
#[doc(hidden)]const SIZE: usize = _
sized_type_properties)Source§#[doc(hidden)]const ALIGN: usize = _
#[doc(hidden)]const ALIGN: usize = _
sized_type_properties)Source§#[doc(hidden)]const ALIGNMENT: Alignment = _
#[doc(hidden)]const ALIGNMENT: Alignment = _
ptr_alignment_type)Source§#[doc(hidden)]const IS_ZST: bool = _
#[doc(hidden)]const IS_ZST: bool = _
sized_type_properties)Source§#[doc(hidden)]const LAYOUT: Layout = _
#[doc(hidden)]const LAYOUT: Layout = _
sized_type_properties)Source§#[doc(hidden)]const MAX_SLICE_LEN: usize = _
#[doc(hidden)]const MAX_SLICE_LEN: usize = _
sized_type_properties)[Self]. Read moreLayout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 48 bytes