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