pub struct ThreadSectionUpdateResponse {
pub section: ThreadSection,
}Fields§
§section: ThreadSectionTrait Implementations§
Source§impl Clone for ThreadSectionUpdateResponse
impl Clone for ThreadSectionUpdateResponse
Source§fn clone(&self) -> ThreadSectionUpdateResponse
fn clone(&self) -> ThreadSectionUpdateResponse
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 ThreadSectionUpdateResponse
impl Debug for ThreadSectionUpdateResponse
Source§impl<'de> Deserialize<'de> for ThreadSectionUpdateResponse
impl<'de> Deserialize<'de> for ThreadSectionUpdateResponse
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 StructuralPartialEq for ThreadSectionUpdateResponse
Auto Trait Implementations§
impl Freeze for ThreadSectionUpdateResponse
impl RefUnwindSafe for ThreadSectionUpdateResponse
impl Send for ThreadSectionUpdateResponse
impl Sync for ThreadSectionUpdateResponse
impl Unpin for ThreadSectionUpdateResponse
impl UnsafeUnpin for ThreadSectionUpdateResponse
impl UnwindSafe for ThreadSectionUpdateResponse
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