#[repr(transparent)]pub struct DetachedSignatureCommand(pub u32);Tuple Fields§
§0: u32Implementations§
Source§impl DetachedSignatureCommand
impl DetachedSignatureCommand
pub const Unknown: DetachedSignatureCommand
pub const Owner: DetachedSignatureCommand
pub const Unlock: DetachedSignatureCommand
pub const Activate: DetachedSignatureCommand
Trait Implementations§
Source§impl Binary for DetachedSignatureCommand
impl Binary for DetachedSignatureCommand
Source§impl Clone for DetachedSignatureCommand
impl Clone for DetachedSignatureCommand
Source§fn clone(&self) -> DetachedSignatureCommand
fn clone(&self) -> DetachedSignatureCommand
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 DetachedSignatureCommand
impl Debug for DetachedSignatureCommand
Source§impl Default for DetachedSignatureCommand
impl Default for DetachedSignatureCommand
Source§impl<'de> Deserialize<'de> for DetachedSignatureCommand
impl<'de> Deserialize<'de> for DetachedSignatureCommand
Source§fn deserialize<D>(deserializer: D) -> Result<DetachedSignatureCommand, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<DetachedSignatureCommand, D::Error>where
D: Deserializer<'de>,
Deserializes the value by forwarding to deserialize_any.
deserialize_any will forward strings to the string visitor
and forward integers to the appropriate integer visitor.
Source§impl Display for DetachedSignatureCommand
impl Display for DetachedSignatureCommand
Source§impl From<DetachedSignatureCommand> for u32
impl From<DetachedSignatureCommand> for u32
Source§fn from(v: DetachedSignatureCommand) -> u32
fn from(v: DetachedSignatureCommand) -> u32
Converts to this type from the input type.
Source§impl FromStr for DetachedSignatureCommand
impl FromStr for DetachedSignatureCommand
Source§impl Hash for DetachedSignatureCommand
impl Hash for DetachedSignatureCommand
Source§impl LowerHex for DetachedSignatureCommand
impl LowerHex for DetachedSignatureCommand
Source§impl Octal for DetachedSignatureCommand
impl Octal for DetachedSignatureCommand
Source§impl Ord for DetachedSignatureCommand
impl Ord for DetachedSignatureCommand
Source§fn cmp(&self, other: &DetachedSignatureCommand) -> Ordering
fn cmp(&self, other: &DetachedSignatureCommand) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DetachedSignatureCommand
impl PartialEq for DetachedSignatureCommand
Source§impl PartialOrd for DetachedSignatureCommand
impl PartialOrd for DetachedSignatureCommand
Source§impl Serialize for DetachedSignatureCommand
impl Serialize for DetachedSignatureCommand
Source§impl TryFrom<i16> for DetachedSignatureCommand
impl TryFrom<i16> for DetachedSignatureCommand
Source§impl TryFrom<i32> for DetachedSignatureCommand
impl TryFrom<i32> for DetachedSignatureCommand
Source§impl TryFrom<i64> for DetachedSignatureCommand
impl TryFrom<i64> for DetachedSignatureCommand
Source§impl TryFrom<i8> for DetachedSignatureCommand
impl TryFrom<i8> for DetachedSignatureCommand
Source§impl TryFrom<u16> for DetachedSignatureCommand
impl TryFrom<u16> for DetachedSignatureCommand
Source§impl TryFrom<u32> for DetachedSignatureCommand
impl TryFrom<u32> for DetachedSignatureCommand
Source§impl TryFrom<u64> for DetachedSignatureCommand
impl TryFrom<u64> for DetachedSignatureCommand
Source§impl TryFrom<u8> for DetachedSignatureCommand
impl TryFrom<u8> for DetachedSignatureCommand
Source§impl UpperHex for DetachedSignatureCommand
impl UpperHex for DetachedSignatureCommand
Source§impl ValueEnum for DetachedSignatureCommand
impl ValueEnum for DetachedSignatureCommand
impl Copy for DetachedSignatureCommand
impl Eq for DetachedSignatureCommand
impl StructuralPartialEq for DetachedSignatureCommand
Auto Trait Implementations§
impl Freeze for DetachedSignatureCommand
impl RefUnwindSafe for DetachedSignatureCommand
impl Send for DetachedSignatureCommand
impl Sync for DetachedSignatureCommand
impl Unpin for DetachedSignatureCommand
impl UnwindSafe for DetachedSignatureCommand
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