Searched defs:from_fields (Results 1 – 8 of 8) sorted by relevance
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
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
310 pub fn from_fields( in from_fields() method
158 def from_fields(cls, member in StructuredTensor