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