Struct DiscoveredExtension
pub struct DiscoveredExtension { /* private fields */ }
Implementations§
§impl DiscoveredExtension
impl DiscoveredExtension
pub fn classes(&self) -> &[DiscoveredClass]
Auto Trait Implementations§
impl Freeze for DiscoveredExtension
impl RefUnwindSafe for DiscoveredExtension
impl Send for DiscoveredExtension
impl Sync for DiscoveredExtension
impl Unpin for DiscoveredExtension
impl UnwindSafe for DiscoveredExtension
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