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