pub struct RemoteListRequest {
pub channel: Option<String>,
pub cursor: Option<String>,
pub limit: Option<u32>,
pub ts_from: Option<String>,
pub ts_to: Option<String>,
}Fields§
§channel: Option<String>§cursor: Option<String>§limit: Option<u32>§ts_from: Option<String>§ts_to: Option<String>Trait Implementations§
Source§impl Debug for RemoteListRequest
impl Debug for RemoteListRequest
Auto Trait Implementations§
impl Freeze for RemoteListRequest
impl RefUnwindSafe for RemoteListRequest
impl Send for RemoteListRequest
impl Sync for RemoteListRequest
impl Unpin for RemoteListRequest
impl UnwindSafe for RemoteListRequest
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