pub struct SchemasObject(/* private fields */);Implementations§
Source§impl SchemasObject
impl SchemasObject
pub fn from_yaml_map(map: YamlMap) -> Output<SchemasObject>
Trait Implementations§
Source§impl Clone for SchemasObject
impl Clone for SchemasObject
Source§fn clone(&self) -> SchemasObject
fn clone(&self) -> SchemasObject
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 SchemasObject
impl Debug for SchemasObject
Source§impl IntoIterator for SchemasObject
impl IntoIterator for SchemasObject
Source§type Item = (ComponentName, SchemaCase)
type Item = (ComponentName, SchemaCase)
The type of the elements being iterated over.
Source§type IntoIter = <IndexMap<ComponentName, SchemaCase> as IntoIterator>::IntoIter
type IntoIter = <IndexMap<ComponentName, SchemaCase> as IntoIterator>::IntoIter
Which kind of iterator are we turning this into?
Auto Trait Implementations§
impl Freeze for SchemasObject
impl RefUnwindSafe for SchemasObject
impl Send for SchemasObject
impl Sync for SchemasObject
impl Unpin for SchemasObject
impl UnwindSafe for SchemasObject
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