pub struct TransitiveProject<U: ?Sized, TU, UV> { /* private fields */ }Expand description
A transitive sequence of projections.
Given TU: Project and UV: Project, TransitiveProject<_, TU, UV> is
a Project which projects by applying TU followed by UV.
If TU: Cast and UV: Cast, then TransitiveProject<_, TU, UV>: Cast.
Trait Implementations§
Source§impl<T, U, V, TU, UV> Project<T, V> for TransitiveProject<U, TU, UV>
impl<T, U, V, TU, UV> Project<T, V> for TransitiveProject<U, TU, UV>
impl<T, U, V, TU, UV> Cast<T, V> for TransitiveProject<U, TU, UV>
Auto Trait Implementations§
impl<U, TU, UV> Freeze for TransitiveProject<U, TU, UV>where
U: ?Sized,
impl<U, TU, UV> RefUnwindSafe for TransitiveProject<U, TU, UV>
impl<U, TU, UV> Send for TransitiveProject<U, TU, UV>
impl<U, TU, UV> Sync for TransitiveProject<U, TU, UV>
impl<U, TU, UV> Unpin for TransitiveProject<U, TU, UV>
impl<U, TU, UV> UnwindSafe for TransitiveProject<U, TU, UV>
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
Source§impl<T> SizedTypeProperties for T
impl<T> SizedTypeProperties for T
Source§#[doc(hidden)] const SIZE: usize = _
#[doc(hidden)] const SIZE: usize = _
🔬This is a nightly-only experimental API. (
sized_type_properties)Source§#[doc(hidden)] const ALIGN: usize = _
#[doc(hidden)] const ALIGN: usize = _
🔬This is a nightly-only experimental API. (
sized_type_properties)Source§#[doc(hidden)] const IS_ZST: bool = _
#[doc(hidden)] const IS_ZST: bool = _
🔬This is a nightly-only experimental API. (
sized_type_properties)Source§#[doc(hidden)] const LAYOUT: Layout = _
#[doc(hidden)] const LAYOUT: Layout = _
🔬This is a nightly-only experimental API. (
sized_type_properties)Source§#[doc(hidden)] const MAX_SLICE_LEN: usize = _
#[doc(hidden)] const MAX_SLICE_LEN: usize = _
🔬This is a nightly-only experimental API. (
sized_type_properties)The largest safe length for a
[Self]. Read more