pub struct UpdateStoriesStealthMode {
pub stealth_mode: StoriesStealthMode,
}Expand description
Generated from:
updateStoriesStealthMode#2c084dc1 stealth_mode:StoriesStealthMode = UpdateFields§
§stealth_mode: StoriesStealthModeTrait Implementations§
Source§impl Clone for UpdateStoriesStealthMode
impl Clone for UpdateStoriesStealthMode
Source§fn clone(&self) -> UpdateStoriesStealthMode
fn clone(&self) -> UpdateStoriesStealthMode
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 UpdateStoriesStealthMode
impl Debug for UpdateStoriesStealthMode
Source§impl Deserializable for UpdateStoriesStealthMode
impl Deserializable for UpdateStoriesStealthMode
Source§fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
Source§impl From<UpdateStoriesStealthMode> for Update
impl From<UpdateStoriesStealthMode> for Update
Source§fn from(x: UpdateStoriesStealthMode) -> Self
fn from(x: UpdateStoriesStealthMode) -> Self
Converts to this type from the input type.
Source§impl Identifiable for UpdateStoriesStealthMode
impl Identifiable for UpdateStoriesStealthMode
Source§const CONSTRUCTOR_ID: u32 = 0x2c084dc1
const CONSTRUCTOR_ID: u32 = 0x2c084dc1
The constructor ID as specified in the TL schema.
Source§impl PartialEq for UpdateStoriesStealthMode
impl PartialEq for UpdateStoriesStealthMode
Source§impl TryFrom<Update> for UpdateStoriesStealthMode
impl TryFrom<Update> for UpdateStoriesStealthMode
impl StructuralPartialEq for UpdateStoriesStealthMode
Auto Trait Implementations§
impl Freeze for UpdateStoriesStealthMode
impl RefUnwindSafe for UpdateStoriesStealthMode
impl Send for UpdateStoriesStealthMode
impl Sync for UpdateStoriesStealthMode
impl Unpin for UpdateStoriesStealthMode
impl UnsafeUnpin for UpdateStoriesStealthMode
impl UnwindSafe for UpdateStoriesStealthMode
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