pub struct ThreadSection {
pub id: String,
pub name: String,
}Fields§
§id: String§name: StringTrait Implementations§
Source§impl Clone for ThreadSection
impl Clone for ThreadSection
Source§fn clone(&self) -> ThreadSection
fn clone(&self) -> ThreadSection
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 ThreadSection
impl Debug for ThreadSection
Source§impl<'de> Deserialize<'de> for ThreadSection
impl<'de> Deserialize<'de> for ThreadSection
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 ThreadSection
impl PartialEq for ThreadSection
Source§impl Serialize for ThreadSection
impl Serialize for ThreadSection
impl StructuralPartialEq for ThreadSection
Auto Trait Implementations§
impl Freeze for ThreadSection
impl RefUnwindSafe for ThreadSection
impl Send for ThreadSection
impl Sync for ThreadSection
impl Unpin for ThreadSection
impl UnsafeUnpin for ThreadSection
impl UnwindSafe for ThreadSection
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