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