pub struct GetListResponseBody {
pub server_id: Vec<u8>,
pub list_name: Vec<u8>,
pub value_list: Vec<SmlListEntry>,
}Fields§
§server_id: Vec<u8>§list_name: Vec<u8>§value_list: Vec<SmlListEntry>Trait Implementations§
source§impl Clone for GetListResponseBody
impl Clone for GetListResponseBody
source§fn clone(&self) -> GetListResponseBody
fn clone(&self) -> GetListResponseBody
Returns a copy 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 GetListResponseBody
impl Debug for GetListResponseBody
source§impl PartialEq<GetListResponseBody> for GetListResponseBody
impl PartialEq<GetListResponseBody> for GetListResponseBody
source§fn eq(&self, other: &GetListResponseBody) -> bool
fn eq(&self, other: &GetListResponseBody) -> bool
This method tests for
self and other values to be equal, and is used
by ==.