[−][src]Struct message::Services
Methods
impl Services[src]
impl Servicespub fn network(&self) -> bool[src]
pub fn network(&self) -> boolpub fn with_network(self, v: bool) -> Self[src]
pub fn with_network(self, v: bool) -> Selfpub fn getutxo(&self) -> bool[src]
pub fn getutxo(&self) -> boolpub fn with_getutxo(self, v: bool) -> Self[src]
pub fn with_getutxo(self, v: bool) -> Selfpub fn bloom(&self) -> bool[src]
pub fn bloom(&self) -> boolpub fn with_bloom(self, v: bool) -> Self[src]
pub fn with_bloom(self, v: bool) -> Selfpub fn witness(&self) -> bool[src]
pub fn witness(&self) -> boolpub fn with_witness(self, v: bool) -> Self[src]
pub fn with_witness(self, v: bool) -> Selfpub fn xthin(&self) -> bool[src]
pub fn xthin(&self) -> boolpub fn with_xthin(self, v: bool) -> Self[src]
pub fn with_xthin(self, v: bool) -> Selfpub fn bitcoin_cash(&self) -> bool[src]
pub fn bitcoin_cash(&self) -> boolpub fn with_bitcoin_cash(self, v: bool) -> Self[src]
pub fn with_bitcoin_cash(self, v: bool) -> Selfpub fn includes(&self, other: &Self) -> bool[src]
pub fn includes(&self, other: &Self) -> boolTrait Implementations
impl Debug for Services[src]
impl Debug for Servicesfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Default for Services[src]
impl Default for Servicesimpl PartialEq for Services[src]
impl PartialEq for Servicesfn eq(&self, other: &Services) -> bool[src]
fn eq(&self, other: &Services) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Services) -> bool[src]
fn ne(&self, other: &Services) -> boolThis method tests for !=.
impl Eq for Services[src]
impl Eq for Servicesimpl Clone for Services[src]
impl Clone for Servicesfn clone(&self) -> Services[src]
fn clone(&self) -> ServicesReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for Services[src]
impl Copy for Servicesimpl From<Services> for u64[src]
impl From<Services> for u64impl From<u64> for Services[src]
impl From<u64> for ServicesAuto Trait Implementations
Blanket Implementations
impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, type Owned = T
fn to_owned(&self) -> T[src]
fn to_owned(&self) -> TCreates owned data from borrowed data, usually by cloning. Read more
fn clone_into(&self, target: &mut T)[src]
fn clone_into(&self, target: &mut T)🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more
impl<T> From for T[src]
impl<T> From for Timpl<T, U> Into for T where
U: From<T>, [src]
impl<T, U> Into for T where
U: From<T>, impl<T, U> TryFrom for T where
T: From<U>, [src]
impl<T, U> TryFrom for T where
T: From<U>, type Error = !
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>🔬 This is a nightly-only experimental API. (
try_from)Performs the conversion.
impl<T> Borrow for T where
T: ?Sized, [src]
impl<T> Borrow for T where
T: ?Sized, ⓘImportant traits for &'a mut Rfn borrow(&self) -> &T[src]
ⓘImportant traits for &'a mut R
fn borrow(&self) -> &TImmutably borrows from an owned value. Read more
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
impl<T, U> TryInto for T where
U: TryFrom<T>, type Error = <U as TryFrom<T>>::Error
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>🔬 This is a nightly-only experimental API. (
try_from)Performs the conversion.
impl<T> BorrowMut for T where
T: ?Sized, [src]
impl<T> BorrowMut for T where
T: ?Sized, ⓘImportant traits for &'a mut Rfn borrow_mut(&mut self) -> &mut T[src]
ⓘImportant traits for &'a mut R
fn borrow_mut(&mut self) -> &mut TMutably borrows from an owned value. Read more
impl<T> Any for T where
T: 'static + ?Sized, [src]
impl<T> Any for T where
T: 'static + ?Sized, fn get_type_id(&self) -> TypeId[src]
fn get_type_id(&self) -> TypeId🔬 This is a nightly-only experimental API. (get_type_id)
this method will likely be replaced by an associated static
Gets the TypeId of self. Read more