pub struct MessageUpdateLazy {
pub message: Message,
pub context_modifier: Option<ContextModifier>,
}Expand description
Message update type for lazy message generation
Fields§
§message: Message§context_modifier: Option<ContextModifier>Trait Implementations§
Source§impl Clone for MessageUpdateLazy
impl Clone for MessageUpdateLazy
Source§fn clone(&self) -> MessageUpdateLazy
fn clone(&self) -> MessageUpdateLazy
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 MessageUpdateLazy
impl RefUnwindSafe for MessageUpdateLazy
impl Send for MessageUpdateLazy
impl Sync for MessageUpdateLazy
impl Unpin for MessageUpdateLazy
impl UnsafeUnpin for MessageUpdateLazy
impl UnwindSafe for MessageUpdateLazy
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