pub struct ListMigrationsRequest {
pub cursor: Option<String>,
pub limit: Option<u32>,
}Fields§
§cursor: Option<String>§limit: Option<u32>Trait Implementations§
impl ApiRequest for ListMigrationsRequest
Source§impl Debug for ListMigrationsRequest
impl Debug for ListMigrationsRequest
Source§impl Default for ListMigrationsRequest
impl Default for ListMigrationsRequest
Source§fn default() -> ListMigrationsRequest
fn default() -> ListMigrationsRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ListMigrationsRequest
impl<'de> Deserialize<'de> for ListMigrationsRequest
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 ListMigrationsRequest
impl RefUnwindSafe for ListMigrationsRequest
impl Send for ListMigrationsRequest
impl Sync for ListMigrationsRequest
impl Unpin for ListMigrationsRequest
impl UnsafeUnpin for ListMigrationsRequest
impl UnwindSafe for ListMigrationsRequest
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