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