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