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