pub struct InertiaSessionToReflash(pub InertiaTemporarySession);Tuple Fields§
§0: InertiaTemporarySessionAuto Trait Implementations§
impl Freeze for InertiaSessionToReflash
impl RefUnwindSafe for InertiaSessionToReflash
impl Send for InertiaSessionToReflash
impl Sync for InertiaSessionToReflash
impl Unpin for InertiaSessionToReflash
impl UnwindSafe for InertiaSessionToReflash
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