pub struct SuppressResourceLoad;Expand description
Used to prevent resources from actually loading, in environments (like server route generation) where they are not needed.
Implementations§
Trait Implementations§
Source§impl Default for SuppressResourceLoad
impl Default for SuppressResourceLoad
Auto Trait Implementations§
impl Freeze for SuppressResourceLoad
impl RefUnwindSafe for SuppressResourceLoad
impl Send for SuppressResourceLoad
impl Sync for SuppressResourceLoad
impl Unpin for SuppressResourceLoad
impl UnwindSafe for SuppressResourceLoad
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
Source§impl<T> StorageAccess<T> for T
impl<T> StorageAccess<T> for T
Source§fn as_borrowed(&self) -> &T
fn as_borrowed(&self) -> &T
Borrows the value.
Source§fn into_taken(self) -> T
fn into_taken(self) -> T
Takes the value.