pub struct FixedFirst;Trait Implementations§
impl StageTag for FixedFirst
Auto Trait Implementations§
impl Freeze for FixedFirst
impl RefUnwindSafe for FixedFirst
impl Send for FixedFirst
impl Sync for FixedFirst
impl Unpin for FixedFirst
impl UnwindSafe for FixedFirst
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