pub struct Fs<R: Runtime>(/* private fields */);
Implementations§
Auto Trait Implementations§
impl<R> Freeze for Fs<R>
impl<R> !RefUnwindSafe for Fs<R>
impl<R> Send for Fs<R>
impl<R> Sync for Fs<R>
impl<R> Unpin for Fs<R>
impl<R> !UnwindSafe for Fs<R>
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