pub struct EventLogLogTypeId(/* private fields */);
Expand description
EventLogLogTypeId
JSON schema
{
"type": "integer",
"enum": [
0,
1,
2,
99
]
}
Trait Implementations§
Source§impl Clone for EventLogLogTypeId
impl Clone for EventLogLogTypeId
Source§fn clone(&self) -> EventLogLogTypeId
fn clone(&self) -> EventLogLogTypeId
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 EventLogLogTypeId
impl Debug for EventLogLogTypeId
Source§impl Deref for EventLogLogTypeId
impl Deref for EventLogLogTypeId
Source§impl<'de> Deserialize<'de> for EventLogLogTypeId
impl<'de> Deserialize<'de> for EventLogLogTypeId
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 From<&EventLogLogTypeId> for EventLogLogTypeId
impl From<&EventLogLogTypeId> for EventLogLogTypeId
Source§fn from(value: &EventLogLogTypeId) -> Self
fn from(value: &EventLogLogTypeId) -> Self
Converts to this type from the input type.
Source§impl From<EventLogLogTypeId> for i64
impl From<EventLogLogTypeId> for i64
Source§fn from(value: EventLogLogTypeId) -> Self
fn from(value: EventLogLogTypeId) -> Self
Converts to this type from the input type.
Source§impl Serialize for EventLogLogTypeId
impl Serialize for EventLogLogTypeId
Source§impl TryFrom<i64> for EventLogLogTypeId
impl TryFrom<i64> for EventLogLogTypeId
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for EventLogLogTypeId
impl RefUnwindSafe for EventLogLogTypeId
impl Send for EventLogLogTypeId
impl Sync for EventLogLogTypeId
impl Unpin for EventLogLogTypeId
impl UnwindSafe for EventLogLogTypeId
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