pub struct Expose { /* private fields */ }Expand description
An explicitly authored ordered service expose sequence.
Implementations§
Source§impl Expose
impl Expose
Sourcepub const fn span(&self) -> SourceSpan
pub const fn span(&self) -> SourceSpan
Returns the exact span of the complete authored sequence.
Sourcepub fn items(&self) -> &[ExposeItem]
pub fn items(&self) -> &[ExposeItem]
Returns items in authored order, including exact duplicates.
Trait Implementations§
impl Eq for Expose
impl StructuralPartialEq for Expose
Auto Trait Implementations§
impl Freeze for Expose
impl RefUnwindSafe for Expose
impl Send for Expose
impl Sync for Expose
impl Unpin for Expose
impl UnsafeUnpin for Expose
impl UnwindSafe for Expose
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