pub struct DidCreateFilesNotification;Trait Implementations§
Auto Trait Implementations§
impl Freeze for DidCreateFilesNotification
impl RefUnwindSafe for DidCreateFilesNotification
impl Send for DidCreateFilesNotification
impl Sync for DidCreateFilesNotification
impl Unpin for DidCreateFilesNotification
impl UnsafeUnpin for DidCreateFilesNotification
impl UnwindSafe for DidCreateFilesNotification
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