pub struct ViewResponse {
pub token: StateToken,
pub form: ViewForm,
pub warnings: Vec<Warning>,
}Fields§
§token: StateToken§form: ViewForm§warnings: Vec<Warning>Trait Implementations§
Source§impl Clone for ViewResponse
impl Clone for ViewResponse
Source§fn clone(&self) -> ViewResponse
fn clone(&self) -> ViewResponse
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 Debug for ViewResponse
impl Debug for ViewResponse
Source§impl PartialEq for ViewResponse
impl PartialEq for ViewResponse
Source§fn eq(&self, other: &ViewResponse) -> bool
fn eq(&self, other: &ViewResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ViewResponse
impl StructuralPartialEq for ViewResponse
Auto Trait Implementations§
impl Freeze for ViewResponse
impl RefUnwindSafe for ViewResponse
impl Send for ViewResponse
impl Sync for ViewResponse
impl Unpin for ViewResponse
impl UnsafeUnpin for ViewResponse
impl UnwindSafe for ViewResponse
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