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