pub struct ListWrapperWorker {
pub data: Vec<ListWrapperWorkerDataInner>,
}Fields§
§data: Vec<ListWrapperWorkerDataInner>Implementations§
Source§impl ListWrapperWorker
impl ListWrapperWorker
pub fn new(data: Vec<ListWrapperWorkerDataInner>) -> ListWrapperWorker
Trait Implementations§
Source§impl Clone for ListWrapperWorker
impl Clone for ListWrapperWorker
Source§fn clone(&self) -> ListWrapperWorker
fn clone(&self) -> ListWrapperWorker
Returns a duplicate of the value. Read more
1.0.0 · 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 ListWrapperWorker
impl Debug for ListWrapperWorker
Source§impl Default for ListWrapperWorker
impl Default for ListWrapperWorker
Source§fn default() -> ListWrapperWorker
fn default() -> ListWrapperWorker
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ListWrapperWorker
impl<'de> Deserialize<'de> for ListWrapperWorker
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 ListWrapperWorker
impl PartialEq for ListWrapperWorker
Source§impl Serialize for ListWrapperWorker
impl Serialize for ListWrapperWorker
impl StructuralPartialEq for ListWrapperWorker
Auto Trait Implementations§
impl Freeze for ListWrapperWorker
impl RefUnwindSafe for ListWrapperWorker
impl Send for ListWrapperWorker
impl Sync for ListWrapperWorker
impl Unpin for ListWrapperWorker
impl UnwindSafe for ListWrapperWorker
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