pub struct MessageTruncationResult {
pub message: Message,
pub compacted: bool,
}Expand description
Outcome of truncate_message.
Fields§
§message: Message§compacted: boolTrait Implementations§
Source§impl Clone for MessageTruncationResult
impl Clone for MessageTruncationResult
Source§fn clone(&self) -> MessageTruncationResult
fn clone(&self) -> MessageTruncationResult
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for MessageTruncationResult
impl RefUnwindSafe for MessageTruncationResult
impl Send for MessageTruncationResult
impl Sync for MessageTruncationResult
impl Unpin for MessageTruncationResult
impl UnsafeUnpin for MessageTruncationResult
impl UnwindSafe for MessageTruncationResult
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