pub enum ViewType {
View,
}Expand description
A type stand-in for the constant $y, deriving serde traits
Variants§
View
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ViewType
impl<'de> Deserialize<'de> for ViewType
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 Ord for ViewType
impl Ord for ViewType
Source§impl PartialOrd for ViewType
impl PartialOrd for ViewType
impl Eq for ViewType
impl StructuralPartialEq for ViewType
Auto Trait Implementations§
impl Freeze for ViewType
impl RefUnwindSafe for ViewType
impl Send for ViewType
impl Sync for ViewType
impl Unpin for ViewType
impl UnwindSafe for ViewType
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