pub enum RubyFramework {
Rails,
}Variants§
Rails
Trait Implementations§
Source§impl Debug for RubyFramework
impl Debug for RubyFramework
Source§impl<'de> Deserialize<'de> for RubyFramework
impl<'de> Deserialize<'de> for RubyFramework
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
Auto Trait Implementations§
impl Freeze for RubyFramework
impl RefUnwindSafe for RubyFramework
impl Send for RubyFramework
impl Sync for RubyFramework
impl Unpin for RubyFramework
impl UnwindSafe for RubyFramework
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