pub enum Exposing<'a> {
Open,
Explicit(&'a [&'a Exposed<'a>]),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Exposing<'a>
impl<'a> RefUnwindSafe for Exposing<'a>
impl<'a> Send for Exposing<'a>
impl<'a> Sync for Exposing<'a>
impl<'a> Unpin for Exposing<'a>
impl<'a> UnsafeUnpin for Exposing<'a>
impl<'a> UnwindSafe for Exposing<'a>
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