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