pub struct CsfOutput {
pub code: String,
pub filename: String,
}Expand description
Output of Storybook CSF transformation.
Fields§
§code: StringGenerated CSF code
filename: StringSuggested filename (e.g., “Button.stories.ts”)
Trait Implementations§
Source§impl<'de> Deserialize<'de> for CsfOutput
impl<'de> Deserialize<'de> for CsfOutput
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 CsfOutput
impl RefUnwindSafe for CsfOutput
impl Send for CsfOutput
impl Sync for CsfOutput
impl Unpin for CsfOutput
impl UnsafeUnpin for CsfOutput
impl UnwindSafe for CsfOutput
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