pub struct CexTokenUpdatesOptions {
pub page: Option<String>,
pub limit: Option<String>,
pub type: Option<String>,
}Fields§
§page: Option<String>§limit: Option<String>§type: Option<String>Implementations§
Auto Trait Implementations§
impl Freeze for CexTokenUpdatesOptions
impl RefUnwindSafe for CexTokenUpdatesOptions
impl Send for CexTokenUpdatesOptions
impl Sync for CexTokenUpdatesOptions
impl Unpin for CexTokenUpdatesOptions
impl UnsafeUnpin for CexTokenUpdatesOptions
impl UnwindSafe for CexTokenUpdatesOptions
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