#[non_exhaustive]pub struct PathChallengeUpdated<'a> {
pub path_challenge_status: PathChallengeStatus,
pub path: Path<'a>,
pub challenge_data: &'a [u8],
}Expand description
Path challenge updated
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.path_challenge_status: PathChallengeStatus§path: Path<'a>§challenge_data: &'a [u8]Trait Implementations§
Source§impl<'a> Clone for PathChallengeUpdated<'a>
impl<'a> Clone for PathChallengeUpdated<'a>
Source§fn clone(&self) -> PathChallengeUpdated<'a>
fn clone(&self) -> PathChallengeUpdated<'a>
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'a> Debug for PathChallengeUpdated<'a>
impl<'a> Debug for PathChallengeUpdated<'a>
Source§impl<'a> Event for PathChallengeUpdated<'a>
impl<'a> Event for PathChallengeUpdated<'a>
Source§impl<'a> IntoEvent<PathChallengeUpdated<'a>> for PathChallengeUpdated<'a>
impl<'a> IntoEvent<PathChallengeUpdated<'a>> for PathChallengeUpdated<'a>
fn into_event(self) -> PathChallengeUpdated<'a>
Auto Trait Implementations§
impl<'a> Freeze for PathChallengeUpdated<'a>
impl<'a> RefUnwindSafe for PathChallengeUpdated<'a>
impl<'a> Send for PathChallengeUpdated<'a>
impl<'a> Sync for PathChallengeUpdated<'a>
impl<'a> Unpin for PathChallengeUpdated<'a>
impl<'a> UnwindSafe for PathChallengeUpdated<'a>
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)