pub struct ChannelPaging {
pub previous_token: Option<PageToken>,
pub next_token: Option<PageToken>,
}Fields§
§previous_token: Option<PageToken>§next_token: Option<PageToken>Trait Implementations§
Source§impl Debug for ChannelPaging
impl Debug for ChannelPaging
Auto Trait Implementations§
impl Freeze for ChannelPaging
impl RefUnwindSafe for ChannelPaging
impl Send for ChannelPaging
impl Sync for ChannelPaging
impl Unpin for ChannelPaging
impl UnwindSafe for ChannelPaging
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