pub struct Forward {
pub date: i64,
pub from: ForwardFrom,
}Expand description
Information about the original message.
Fields§
§date: i64Date the original message was sent in Unix time
from: ForwardFromSender of the original message.
Trait Implementations§
Source§impl PartialOrd for Forward
impl PartialOrd for Forward
impl StructuralPartialEq for Forward
Auto Trait Implementations§
impl Freeze for Forward
impl RefUnwindSafe for Forward
impl Send for Forward
impl Sync for Forward
impl Unpin for Forward
impl UnsafeUnpin for Forward
impl UnwindSafe for Forward
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