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