pub enum ReportOption {
ReportOption(ReportOption),
}Variants§
ReportOption(ReportOption)
Describes an option to report an entity to Telegram
Trait Implementations§
Source§impl Clone for ReportOption
impl Clone for ReportOption
Source§fn clone(&self) -> ReportOption
fn clone(&self) -> ReportOption
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 ReportOption
impl Debug for ReportOption
Source§impl<'de> Deserialize<'de> for ReportOption
impl<'de> Deserialize<'de> for ReportOption
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
Source§impl PartialEq for ReportOption
impl PartialEq for ReportOption
Source§impl Serialize for ReportOption
impl Serialize for ReportOption
impl StructuralPartialEq for ReportOption
Auto Trait Implementations§
impl Freeze for ReportOption
impl RefUnwindSafe for ReportOption
impl Send for ReportOption
impl Sync for ReportOption
impl Unpin for ReportOption
impl UnsafeUnpin for ReportOption
impl UnwindSafe for ReportOption
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