pub struct Includes { /* private fields */ }Expand description
Top-level Compose includes in their short and long forms.
Implementations§
Source§impl Includes
impl Includes
pub const fn span(&self) -> SourceSpan
pub fn items(&self) -> &[IncludeItem]
pub fn unmodeled_fields(&self) -> &[FieldReference]
Trait Implementations§
impl Eq for Includes
impl StructuralPartialEq for Includes
Auto Trait Implementations§
impl Freeze for Includes
impl RefUnwindSafe for Includes
impl Send for Includes
impl Sync for Includes
impl Unpin for Includes
impl UnsafeUnpin for Includes
impl UnwindSafe for Includes
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