pub struct TextSignatureV1 {
pub v: u8,
pub id: String,
pub phase: Option<TextPhase>,
}Fields§
§v: u8§id: String§phase: Option<TextPhase>Trait Implementations§
Source§impl Clone for TextSignatureV1
impl Clone for TextSignatureV1
Source§fn clone(&self) -> TextSignatureV1
fn clone(&self) -> TextSignatureV1
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 TextSignatureV1
impl Debug for TextSignatureV1
Source§impl<'de> Deserialize<'de> for TextSignatureV1
impl<'de> Deserialize<'de> for TextSignatureV1
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
Source§impl PartialEq for TextSignatureV1
impl PartialEq for TextSignatureV1
Source§fn eq(&self, other: &TextSignatureV1) -> bool
fn eq(&self, other: &TextSignatureV1) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for TextSignatureV1
impl Serialize for TextSignatureV1
impl StructuralPartialEq for TextSignatureV1
Auto Trait Implementations§
impl Freeze for TextSignatureV1
impl RefUnwindSafe for TextSignatureV1
impl Send for TextSignatureV1
impl Sync for TextSignatureV1
impl Unpin for TextSignatureV1
impl UnsafeUnpin for TextSignatureV1
impl UnwindSafe for TextSignatureV1
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