pub struct MessageVersionsParams {
pub limit: Option<u32>,
pub direction: Option<String>,
pub cursor: Option<String>,
}Fields§
§limit: Option<u32>§direction: Option<String>§cursor: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for MessageVersionsParams
impl Clone for MessageVersionsParams
Source§fn clone(&self) -> MessageVersionsParams
fn clone(&self) -> MessageVersionsParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MessageVersionsParams
impl Debug for MessageVersionsParams
Source§impl Default for MessageVersionsParams
impl Default for MessageVersionsParams
Source§fn default() -> MessageVersionsParams
fn default() -> MessageVersionsParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MessageVersionsParams
impl RefUnwindSafe for MessageVersionsParams
impl Send for MessageVersionsParams
impl Sync for MessageVersionsParams
impl Unpin for MessageVersionsParams
impl UnsafeUnpin for MessageVersionsParams
impl UnwindSafe for MessageVersionsParams
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