Struct deltachat::chat::MessageListOptions
source · pub struct MessageListOptions {
pub info_only: bool,
pub add_daymarker: bool,
}
Expand description
Chat message list request options.
Fields§
§info_only: bool
Return only info messages.
add_daymarker: bool
Add day markers before each date regarding the local timezone.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MessageListOptions
impl RefUnwindSafe for MessageListOptions
impl Send for MessageListOptions
impl Sync for MessageListOptions
impl Unpin for MessageListOptions
impl UnwindSafe for MessageListOptions
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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