Searched defs:from_fields (Results 1 – 7 of 7) sorted by relevance
14 pub(crate) fn from_fields(fields: &syn::Fields) -> syn::Result<Option<Self>> { in from_fields() method
16 pub fn from_fields(fields: &syn::Fields) -> syn::Result<Option<Self>> { in from_fields() method
59 pub(crate) fn from_fields(fields: &syn::Fields) -> syn::Result<Option<Self>> { in from_fields() method
79 pub fn from_fields(fields: &syn::Fields) -> syn::Result<Option<Self>> { in from_fields() method
122 pub const fn from_fields(d1: u32, d2: u16, d3: u16, d4: &[u8; 8]) -> Uuid { in from_fields() method744 pub const fn from_fields(d1: u32, d2: u16, d3: u16, d4: &[u8; 8]) -> Self { in from_fields() method
158 def from_fields(cls, member in StructuredTensor