pub struct Reply {
pub reply_seq: i32,
pub sender: i64,
pub time: i32,
pub elements: MessageChain,
}Fields
reply_seq: i32sender: i64time: i32elements: MessageChainTrait Implementations
sourceimpl From<Reply> for MessageElem
impl From<Reply> for MessageElem
sourceimpl PushBuilder for Reply
impl PushBuilder for Reply
fn push_builder(elem: Self, builder: &mut MessageChainBuilder)
Auto Trait Implementations
impl RefUnwindSafe for Reply
impl Send for Reply
impl Sync for Reply
impl Unpin for Reply
impl UnwindSafe for Reply
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more