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