[][src]Struct catalyst_protocol_sdk_rust::Rpc::ListAddressRequest

pub struct ListAddressRequest {
    pub query: bool,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

query: boolunknown_fields: UnknownFieldscached_size: CachedSize

Methods

impl ListAddressRequest[src]

pub fn new() -> ListAddressRequest[src]

pub fn get_query(&self) -> bool[src]

pub fn clear_query(&mut self)[src]

pub fn set_query(&mut self, v: bool)[src]

Trait Implementations

impl Clone for ListAddressRequest[src]

impl Default for ListAddressRequest[src]

impl<'a> Default for &'a ListAddressRequest[src]

impl PartialEq<ListAddressRequest> for ListAddressRequest[src]

impl Debug for ListAddressRequest[src]

impl StructuralPartialEq for ListAddressRequest[src]

impl Message for ListAddressRequest[src]

impl Clear for ListAddressRequest[src]

impl ProtobufValue for ListAddressRequest[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]