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