Struct frunk_core::indices::Suffixed
source · pub struct Suffixed<Suffix> { /* private fields */ }
Expand description
An index denoting that Suffix
is just that.
Trait Implementations§
Auto Trait Implementations§
impl<Suffix> Freeze for Suffixed<Suffix>
impl<Suffix> RefUnwindSafe for Suffixed<Suffix>where
Suffix: RefUnwindSafe,
impl<Suffix> Send for Suffixed<Suffix>where
Suffix: Send,
impl<Suffix> Sync for Suffixed<Suffix>where
Suffix: Sync,
impl<Suffix> Unpin for Suffixed<Suffix>where
Suffix: Unpin,
impl<Suffix> UnwindSafe for Suffixed<Suffix>where
Suffix: UnwindSafe,
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