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