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 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 GetListResponseBody
impl Debug for GetListResponseBody
Source§impl PartialEq for GetListResponseBody
impl PartialEq for GetListResponseBody
impl StructuralPartialEq for GetListResponseBody
Auto Trait Implementations§
impl Freeze for GetListResponseBody
impl RefUnwindSafe for GetListResponseBody
impl Send for GetListResponseBody
impl Sync for GetListResponseBody
impl Unpin for GetListResponseBody
impl UnwindSafe for GetListResponseBody
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