Enum solana_cli::spend_utils::SpendAmount [−][src]
pub enum SpendAmount { All, Some(u64), }
Variants
Some(u64)
Implementations
impl SpendAmount
[src][−]
pub fn new(amount: Option<u64>, sign_only: bool) -> Self
[src]
pub fn new_from_matches(matches: &ArgMatches<'_>, name: &str) -> Self
[src]
Trait Implementations
impl Clone for SpendAmount
[src][+]
impl Copy for SpendAmount
[src]
impl Debug for SpendAmount
[src][+]
impl Default for SpendAmount
[src][+]
impl PartialEq<SpendAmount> for SpendAmount
[src][+]
impl StructuralPartialEq for SpendAmount
[src]
Auto Trait Implementations
impl RefUnwindSafe for SpendAmount
impl Send for SpendAmount
impl Sync for SpendAmount
impl Unpin for SpendAmount
impl UnwindSafe for SpendAmount
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> MaybeDebug for T where
T: Debug,
[src]
T: Debug,
impl<T> Pointable for T
[src][+]
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> Typeable for T where
T: Any,
[+]
T: Any,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,