pub struct ThreadSectionMoveResponse {
pub extra: Map<String, Value>,
}Fields§
§extra: Map<String, Value>Trait Implementations§
Source§impl Clone for ThreadSectionMoveResponse
impl Clone for ThreadSectionMoveResponse
Source§fn clone(&self) -> ThreadSectionMoveResponse
fn clone(&self) -> ThreadSectionMoveResponse
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 ThreadSectionMoveResponse
impl Debug for ThreadSectionMoveResponse
Source§impl Default for ThreadSectionMoveResponse
impl Default for ThreadSectionMoveResponse
Source§fn default() -> ThreadSectionMoveResponse
fn default() -> ThreadSectionMoveResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ThreadSectionMoveResponse
impl<'de> Deserialize<'de> for ThreadSectionMoveResponse
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 ThreadSectionMoveResponse
Auto Trait Implementations§
impl Freeze for ThreadSectionMoveResponse
impl RefUnwindSafe for ThreadSectionMoveResponse
impl Send for ThreadSectionMoveResponse
impl Sync for ThreadSectionMoveResponse
impl Unpin for ThreadSectionMoveResponse
impl UnsafeUnpin for ThreadSectionMoveResponse
impl UnwindSafe for ThreadSectionMoveResponse
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