pub struct FlakeInput {
pub nome: String,
pub url: String,
pub segue: Option<String>,
}Fields§
§nome: String§url: String§segue: Option<String>When true, emit inputs.<nome>.follows = "<segue>" instead of .url.
Trait Implementations§
Source§impl Clone for FlakeInput
impl Clone for FlakeInput
Source§fn clone(&self) -> FlakeInput
fn clone(&self) -> FlakeInput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 FlakeInput
impl Debug for FlakeInput
Source§impl<'de> Deserialize<'de> for FlakeInput
impl<'de> Deserialize<'de> for FlakeInput
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 PartialEq for FlakeInput
impl PartialEq for FlakeInput
Source§impl Serialize for FlakeInput
impl Serialize for FlakeInput
impl StructuralPartialEq for FlakeInput
Auto Trait Implementations§
impl Freeze for FlakeInput
impl RefUnwindSafe for FlakeInput
impl Send for FlakeInput
impl Sync for FlakeInput
impl Unpin for FlakeInput
impl UnsafeUnpin for FlakeInput
impl UnwindSafe for FlakeInput
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