pub struct NamedStructFunc {
pub pairs: Vec<(Expression, Expression)>,
}Expand description
NAMED_STRUCT function
Fields§
§pairs: Vec<(Expression, Expression)>Trait Implementations§
Source§impl Clone for NamedStructFunc
impl Clone for NamedStructFunc
Source§fn clone(&self) -> NamedStructFunc
fn clone(&self) -> NamedStructFunc
Returns a duplicate of the value. Read more
1.0.0 · 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 NamedStructFunc
impl Debug for NamedStructFunc
Source§impl<'de> Deserialize<'de> for NamedStructFunc
impl<'de> Deserialize<'de> for NamedStructFunc
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 NamedStructFunc
impl PartialEq for NamedStructFunc
Source§impl Serialize for NamedStructFunc
impl Serialize for NamedStructFunc
impl StructuralPartialEq for NamedStructFunc
Auto Trait Implementations§
impl Freeze for NamedStructFunc
impl RefUnwindSafe for NamedStructFunc
impl Send for NamedStructFunc
impl Sync for NamedStructFunc
impl Unpin for NamedStructFunc
impl UnwindSafe for NamedStructFunc
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