pub struct ViewStorage { /* private fields */ }
Expand description
View storage
Implementations§
Source§impl ViewStorage
impl ViewStorage
Sourcepub fn build_query_drain(&mut self, request_context: &mut RequestContext)
pub fn build_query_drain(&mut self, request_context: &mut RequestContext)
Build view query parameters draining this storage
Trait Implementations§
Source§impl Default for ViewStorage
impl Default for ViewStorage
Source§fn default() -> ViewStorage
fn default() -> ViewStorage
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ViewStorage
impl RefUnwindSafe for ViewStorage
impl Send for ViewStorage
impl Sync for ViewStorage
impl Unpin for ViewStorage
impl UnwindSafe for ViewStorage
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