pub struct SmartTransferUserGroupsResponse {
pub message: Option<String>,
pub data: Option<Option<SmartTransferUserGroups>>,
}
Fields§
§message: Option<String>
Result message
data: Option<Option<SmartTransferUserGroups>>
Implementations§
Source§impl SmartTransferUserGroupsResponse
impl SmartTransferUserGroupsResponse
pub fn new(message: Option<String>) -> SmartTransferUserGroupsResponse
Trait Implementations§
Source§impl Clone for SmartTransferUserGroupsResponse
impl Clone for SmartTransferUserGroupsResponse
Source§fn clone(&self) -> SmartTransferUserGroupsResponse
fn clone(&self) -> SmartTransferUserGroupsResponse
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 Default for SmartTransferUserGroupsResponse
impl Default for SmartTransferUserGroupsResponse
Source§fn default() -> SmartTransferUserGroupsResponse
fn default() -> SmartTransferUserGroupsResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SmartTransferUserGroupsResponse
impl<'de> Deserialize<'de> for SmartTransferUserGroupsResponse
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 SmartTransferUserGroupsResponse
impl PartialEq for SmartTransferUserGroupsResponse
Source§fn eq(&self, other: &SmartTransferUserGroupsResponse) -> bool
fn eq(&self, other: &SmartTransferUserGroupsResponse) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for SmartTransferUserGroupsResponse
Auto Trait Implementations§
impl Freeze for SmartTransferUserGroupsResponse
impl RefUnwindSafe for SmartTransferUserGroupsResponse
impl Send for SmartTransferUserGroupsResponse
impl Sync for SmartTransferUserGroupsResponse
impl Unpin for SmartTransferUserGroupsResponse
impl UnwindSafe for SmartTransferUserGroupsResponse
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