pub struct FlakeQuery {
pub flake: String,
}Fields§
§flake: StringTrait Implementations§
Source§impl Clone for FlakeQuery
impl Clone for FlakeQuery
Source§fn clone(&self) -> FlakeQuery
fn clone(&self) -> FlakeQuery
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 FlakeQuery
impl Debug for FlakeQuery
Source§impl<'de> Deserialize<'de> for FlakeQuery
impl<'de> Deserialize<'de> for FlakeQuery
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 FlakeQuery
impl PartialEq for FlakeQuery
Source§fn eq(&self, other: &FlakeQuery) -> bool
fn eq(&self, other: &FlakeQuery) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for FlakeQuery
impl Serialize for FlakeQuery
impl StructuralPartialEq for FlakeQuery
Auto Trait Implementations§
impl Freeze for FlakeQuery
impl RefUnwindSafe for FlakeQuery
impl Send for FlakeQuery
impl Sync for FlakeQuery
impl Unpin for FlakeQuery
impl UnsafeUnpin for FlakeQuery
impl UnwindSafe for FlakeQuery
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