pub enum IdentType {
Resource,
Struct,
Union,
Flag,
Template,
Alias,
Function,
}
Expand description
All the different statements we define for Identifier
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for IdentType
impl<'de> Deserialize<'de> for IdentType
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
impl Eq for IdentType
impl StructuralPartialEq for IdentType
Auto Trait Implementations§
impl Freeze for IdentType
impl RefUnwindSafe for IdentType
impl Send for IdentType
impl Sync for IdentType
impl Unpin for IdentType
impl UnwindSafe for IdentType
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