Struct xmpp_parsers::mam::FlipPage
source · pub struct FlipPage;
Expand description
Indicates the client prefers the server to send the results within a page in reverse order.
Trait Implementations§
source§impl PartialEq for FlipPage
impl PartialEq for FlipPage
impl StructuralPartialEq for FlipPage
Auto Trait Implementations§
impl RefUnwindSafe for FlipPage
impl Send for FlipPage
impl Sync for FlipPage
impl Unpin for FlipPage
impl UnwindSafe for FlipPage
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