pub struct ServiceModels { /* private fields */ }Expand description
Per-service bindings to top-level model definitions.
Implementations§
Source§impl ServiceModels
impl ServiceModels
pub const fn span(&self) -> SourceSpan
pub fn bindings(&self) -> &[ServiceModelBinding]
pub fn unmodeled_fields(&self) -> &[FieldReference]
Trait Implementations§
Source§impl Clone for ServiceModels
impl Clone for ServiceModels
Source§fn clone(&self) -> ServiceModels
fn clone(&self) -> ServiceModels
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ServiceModels
impl Debug for ServiceModels
impl Eq for ServiceModels
Source§impl PartialEq for ServiceModels
impl PartialEq for ServiceModels
impl StructuralPartialEq for ServiceModels
Auto Trait Implementations§
impl Freeze for ServiceModels
impl RefUnwindSafe for ServiceModels
impl Send for ServiceModels
impl Sync for ServiceModels
impl Unpin for ServiceModels
impl UnsafeUnpin for ServiceModels
impl UnwindSafe for ServiceModels
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