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