Struct FieldsSig
pub struct FieldsSig {
inner: Inner,
}Fields§
§inner: InnerImplementations§
Methods from Deref<Target = FieldsSigSlice>§
pub(crate) fn iter(&self) -> impl Iterator<Item = (&Symbol, &ValueSignature)>
pub(crate) fn get(&self, key: &Symbol) -> Option<&ValueSignature>
Trait Implementations§
§impl FromIterator<(Symbol, ValueSignature)> for FieldsSig
impl FromIterator<(Symbol, ValueSignature)> for FieldsSig
§fn from_iter<T: IntoIterator<Item = (Symbol, ValueSignature)>>(iter: T) -> Self
fn from_iter<T: IntoIterator<Item = (Symbol, ValueSignature)>>(iter: T) -> Self
Creates a value from an iterator. Read more
Auto Trait Implementations§
impl Freeze for FieldsSig
impl RefUnwindSafe for FieldsSig
impl Send for FieldsSig
impl Sync for FieldsSig
impl Unpin for FieldsSig
impl UnwindSafe for FieldsSig
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