pub struct ResponsePageStore { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for ResponsePageStore
impl Clone for ResponsePageStore
Source§fn clone(&self) -> ResponsePageStore
fn clone(&self) -> ResponsePageStore
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for ResponsePageStore
impl Default for ResponsePageStore
Source§fn default() -> ResponsePageStore
fn default() -> ResponsePageStore
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ResponsePageStore
impl RefUnwindSafe for ResponsePageStore
impl Send for ResponsePageStore
impl Sync for ResponsePageStore
impl Unpin for ResponsePageStore
impl UnsafeUnpin for ResponsePageStore
impl UnwindSafe for ResponsePageStore
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