pub struct DisableStealthRequest {
pub group_chat_id: Uuid,
}Expand description
Запрос на отключении стелс режима в чате
Fields§
§group_chat_id: UuidИдентификатор чата
Trait Implementations§
Source§impl Clone for DisableStealthRequest
impl Clone for DisableStealthRequest
Source§fn clone(&self) -> DisableStealthRequest
fn clone(&self) -> DisableStealthRequest
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 Debug for DisableStealthRequest
impl Debug for DisableStealthRequest
Source§impl Default for DisableStealthRequest
impl Default for DisableStealthRequest
Source§fn default() -> DisableStealthRequest
fn default() -> DisableStealthRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DisableStealthRequest
impl<'de> Deserialize<'de> for DisableStealthRequest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for DisableStealthRequest
impl RefUnwindSafe for DisableStealthRequest
impl Send for DisableStealthRequest
impl Sync for DisableStealthRequest
impl Unpin for DisableStealthRequest
impl UnwindSafe for DisableStealthRequest
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