pub struct ResponeTransferResultList {
pub customer: Vec<ResponeTransferResult>,
pub next_cursor: String,
}Fields§
§customer: Vec<ResponeTransferResult>§next_cursor: String下个分页的起始cursor
Trait Implementations§
Source§impl Debug for ResponeTransferResultList
impl Debug for ResponeTransferResultList
Source§impl Default for ResponeTransferResultList
impl Default for ResponeTransferResultList
Source§fn default() -> ResponeTransferResultList
fn default() -> ResponeTransferResultList
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ResponeTransferResultList
impl<'de> Deserialize<'de> for ResponeTransferResultList
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
Auto Trait Implementations§
impl Freeze for ResponeTransferResultList
impl RefUnwindSafe for ResponeTransferResultList
impl Send for ResponeTransferResultList
impl Sync for ResponeTransferResultList
impl Unpin for ResponeTransferResultList
impl UnwindSafe for ResponeTransferResultList
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