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