pub struct UpdateBusinessGreetingMessage {
pub message: Option<InputBusinessGreetingMessage>,
}Expand description
account.updateBusinessGreetingMessage
Generated from:
account.updateBusinessGreetingMessage#66cdafc4 flags:# message:flags.0?InputBusinessGreetingMessage = BoolFields§
§message: Option<InputBusinessGreetingMessage>Trait Implementations§
Source§impl Clone for UpdateBusinessGreetingMessage
impl Clone for UpdateBusinessGreetingMessage
Source§fn clone(&self) -> UpdateBusinessGreetingMessage
fn clone(&self) -> UpdateBusinessGreetingMessage
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 moreSource§impl Identifiable for UpdateBusinessGreetingMessage
impl Identifiable for UpdateBusinessGreetingMessage
Source§const CONSTRUCTOR_ID: u32 = 0x66cdafc4
const CONSTRUCTOR_ID: u32 = 0x66cdafc4
The constructor ID as specified in the TL schema.
Source§impl PartialEq for UpdateBusinessGreetingMessage
impl PartialEq for UpdateBusinessGreetingMessage
Source§fn eq(&self, other: &UpdateBusinessGreetingMessage) -> bool
fn eq(&self, other: &UpdateBusinessGreetingMessage) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UpdateBusinessGreetingMessage
Auto Trait Implementations§
impl Freeze for UpdateBusinessGreetingMessage
impl RefUnwindSafe for UpdateBusinessGreetingMessage
impl Send for UpdateBusinessGreetingMessage
impl Sync for UpdateBusinessGreetingMessage
impl Unpin for UpdateBusinessGreetingMessage
impl UnsafeUnpin for UpdateBusinessGreetingMessage
impl UnwindSafe for UpdateBusinessGreetingMessage
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