[−][src]Struct parity_scale_codec::OptionBool
Shim type because we can't do a specialised implementation for Option<bool>
directly.
Trait Implementations
impl Clone for OptionBool
[src][+]
impl Copy for OptionBool
[src]
impl Debug for OptionBool
[src][+]
impl Decode for OptionBool
[src][+]
impl Encode for OptionBool
[src][+]
impl EncodeLike<OptionBool> for OptionBool
[src]
impl Eq for OptionBool
[src]
impl PartialEq<OptionBool> for OptionBool
[src][+]
impl StructuralEq for OptionBool
[src]
impl StructuralPartialEq for OptionBool
[src]
Auto Trait Implementations
impl RefUnwindSafe for OptionBool
impl Send for OptionBool
impl Sync for OptionBool
impl Unpin for OptionBool
impl UnwindSafe for OptionBool
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, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
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>,