pub struct Seq(/* private fields */);Expand description
Implementations§
Trait Implementations§
Source§impl Param for Seq
impl Param for Seq
Source§fn init(_registry: &Registry)
fn init(_registry: &Registry)
Resolve state from the registry. Called once at build time. Read more
Source§unsafe fn fetch<'w>(world: &'w World, _state: &'w mut ()) -> Seq
unsafe fn fetch<'w>(world: &'w World, _state: &'w mut ()) -> Seq
Fetch the item using cached state. Read more
Source§fn resource_id(state: &Self::State) -> Option<ResourceId>
fn resource_id(state: &Self::State) -> Option<ResourceId>
The ResourceId this param accesses, if any. Read more
impl Copy for Seq
Auto Trait Implementations§
impl Freeze for Seq
impl RefUnwindSafe for Seq
impl Send for Seq
impl Sync for Seq
impl Unpin for Seq
impl UnsafeUnpin for Seq
impl UnwindSafe for Seq
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