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