pub struct AuthUserParams {
pub network: Network,
pub epoch: u64,
}Fields§
§network: Network§epoch: u64Implementations§
Trait Implementations§
Source§impl Debug for AuthUserParams
impl Debug for AuthUserParams
Auto Trait Implementations§
impl Freeze for AuthUserParams
impl RefUnwindSafe for AuthUserParams
impl Send for AuthUserParams
impl Sync for AuthUserParams
impl Unpin for AuthUserParams
impl UnsafeUnpin for AuthUserParams
impl UnwindSafe for AuthUserParams
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