pub struct LoadedEventArgs;Implementations§
Trait Implementations§
Source§impl Clone for LoadedEventArgs
impl Clone for LoadedEventArgs
Source§fn clone(&self) -> LoadedEventArgs
fn clone(&self) -> LoadedEventArgs
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 moreimpl Copy for LoadedEventArgs
Source§impl Debug for LoadedEventArgs
impl Debug for LoadedEventArgs
Source§impl Default for LoadedEventArgs
impl Default for LoadedEventArgs
Source§fn default() -> LoadedEventArgs
fn default() -> LoadedEventArgs
Returns the “default value” for a type. Read more
impl Eq for LoadedEventArgs
Source§impl PartialEq for LoadedEventArgs
impl PartialEq for LoadedEventArgs
impl StructuralPartialEq for LoadedEventArgs
Auto Trait Implementations§
impl Freeze for LoadedEventArgs
impl RefUnwindSafe for LoadedEventArgs
impl Send for LoadedEventArgs
impl Sync for LoadedEventArgs
impl Unpin for LoadedEventArgs
impl UnsafeUnpin for LoadedEventArgs
impl UnwindSafe for LoadedEventArgs
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