pub struct SourceFallbackEvent {
pub source_name: String,
pub key: String,
pub reason: FallbackReason,
pub fallback_type: FallbackType,
}Fields§
§source_name: String§key: String§reason: FallbackReason§fallback_type: FallbackTypeTrait Implementations§
Source§impl Clone for SourceFallbackEvent
impl Clone for SourceFallbackEvent
Source§fn clone(&self) -> SourceFallbackEvent
fn clone(&self) -> SourceFallbackEvent
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 SourceFallbackEvent
impl Debug for SourceFallbackEvent
Source§impl Default for SourceFallbackEvent
impl Default for SourceFallbackEvent
Source§fn default() -> SourceFallbackEvent
fn default() -> SourceFallbackEvent
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SourceFallbackEvent
impl RefUnwindSafe for SourceFallbackEvent
impl Send for SourceFallbackEvent
impl Sync for SourceFallbackEvent
impl Unpin for SourceFallbackEvent
impl UnsafeUnpin for SourceFallbackEvent
impl UnwindSafe for SourceFallbackEvent
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