pub struct BaseUtils;Implementations§
Source§impl BaseUtils
impl BaseUtils
Sourcepub fn to_iso860(system_time: SystemTime) -> Rfc3339Timestamp
pub fn to_iso860(system_time: SystemTime) -> Rfc3339Timestamp
Converts [SystemTime] to ISO 8601 datetime string as required by Sign In With for wallet-standard
Auto Trait Implementations§
impl Freeze for BaseUtils
impl RefUnwindSafe for BaseUtils
impl Send for BaseUtils
impl Sync for BaseUtils
impl Unpin for BaseUtils
impl UnwindSafe for BaseUtils
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