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