pub struct PathChallenge {
pub data: u64,
}Fields§
§data: u64Auto Trait Implementations§
impl Freeze for PathChallenge
impl RefUnwindSafe for PathChallenge
impl Send for PathChallenge
impl Sync for PathChallenge
impl Unpin for PathChallenge
impl UnwindSafe for PathChallenge
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