pub struct StandardFunction { /* private fields */ }
Expand description
A struct containing the semver version
and callback function within the standard:
namespace as
defined by the wallet standard
Trait Implementations§
Source§impl Clone for StandardFunction
impl Clone for StandardFunction
Source§fn clone(&self) -> StandardFunction
fn clone(&self) -> StandardFunction
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for StandardFunction
impl Debug for StandardFunction
Source§impl Default for StandardFunction
impl Default for StandardFunction
Source§fn default() -> StandardFunction
fn default() -> StandardFunction
Returns the “default value” for a type. Read more
Source§impl Hash for StandardFunction
impl Hash for StandardFunction
Source§impl Ord for StandardFunction
impl Ord for StandardFunction
Source§impl PartialEq for StandardFunction
impl PartialEq for StandardFunction
Source§impl PartialOrd for StandardFunction
impl PartialOrd for StandardFunction
impl Eq for StandardFunction
impl StructuralPartialEq for StandardFunction
Auto Trait Implementations§
impl Freeze for StandardFunction
impl RefUnwindSafe for StandardFunction
impl !Send for StandardFunction
impl !Sync for StandardFunction
impl Unpin for StandardFunction
impl UnwindSafe for StandardFunction
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