pub enum FragmentStateExtension {}Auto Trait Implementations§
impl Freeze for FragmentStateExtension
impl RefUnwindSafe for FragmentStateExtension
impl Send for FragmentStateExtension
impl Sync for FragmentStateExtension
impl Unpin for FragmentStateExtension
impl UnsafeUnpin for FragmentStateExtension
impl UnwindSafe for FragmentStateExtension
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