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