pub struct FileErrorEventArgs {
pub message: String,
}Fields§
§message: StringTrait Implementations§
Source§impl Clone for FileErrorEventArgs
impl Clone for FileErrorEventArgs
Source§fn clone(&self) -> FileErrorEventArgs
fn clone(&self) -> FileErrorEventArgs
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FileErrorEventArgs
impl Debug for FileErrorEventArgs
impl Eq for FileErrorEventArgs
Source§impl PartialEq for FileErrorEventArgs
impl PartialEq for FileErrorEventArgs
impl StructuralPartialEq for FileErrorEventArgs
Auto Trait Implementations§
impl Freeze for FileErrorEventArgs
impl RefUnwindSafe for FileErrorEventArgs
impl Send for FileErrorEventArgs
impl Sync for FileErrorEventArgs
impl Unpin for FileErrorEventArgs
impl UnsafeUnpin for FileErrorEventArgs
impl UnwindSafe for FileErrorEventArgs
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