pub struct SignIn(/* private fields */);Expand description
A solana:signin struct containing the version and callback
within StandardFunction
Trait Implementations§
Source§impl Ord for SignIn
impl Ord for SignIn
Source§impl PartialOrd for SignIn
impl PartialOrd for SignIn
impl Eq for SignIn
impl StructuralPartialEq for SignIn
Auto Trait Implementations§
impl Freeze for SignIn
impl RefUnwindSafe for SignIn
impl !Send for SignIn
impl !Sync for SignIn
impl Unpin for SignIn
impl UnwindSafe for SignIn
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