Struct component_events::events::DirectoryReady
source · pub struct DirectoryReady { /* private fields */ }
Implementations§
source§impl DirectoryReady
impl DirectoryReady
pub fn result<'a>( &'a self ) -> Result<&'a DirectoryReadyPayload, &'a DirectoryReadyError>
Trait Implementations§
source§impl Debug for DirectoryReady
impl Debug for DirectoryReady
source§impl Event for DirectoryReady
impl Event for DirectoryReady
Auto Trait Implementations§
impl !RefUnwindSafe for DirectoryReady
impl Send for DirectoryReady
impl Sync for DirectoryReady
impl Unpin for DirectoryReady
impl !UnwindSafe for DirectoryReady
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