pub struct SignedThinking {
pub thinking: String,
pub signature: String,
}Fields§
§thinking: String§signature: StringTrait Implementations§
Source§impl Clone for SignedThinking
impl Clone for SignedThinking
Source§fn clone(&self) -> SignedThinking
fn clone(&self) -> SignedThinking
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 SignedThinking
impl Debug for SignedThinking
Source§impl<'de> Deserialize<'de> for SignedThinking
impl<'de> Deserialize<'de> for SignedThinking
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for SignedThinking
Source§impl PartialEq for SignedThinking
impl PartialEq for SignedThinking
Source§impl Serialize for SignedThinking
impl Serialize for SignedThinking
impl StructuralPartialEq for SignedThinking
Auto Trait Implementations§
impl Freeze for SignedThinking
impl RefUnwindSafe for SignedThinking
impl Send for SignedThinking
impl Sync for SignedThinking
impl Unpin for SignedThinking
impl UnsafeUnpin for SignedThinking
impl UnwindSafe for SignedThinking
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