pub struct GetNodeAddressesCommand { /* private fields */ }
Implementations§
Source§impl GetNodeAddressesCommand
impl GetNodeAddressesCommand
pub fn new() -> Self
pub fn set_count(self, count: CountArg) -> Self
pub fn set_network(self, network: NetworkArg) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetNodeAddressesCommand
impl RefUnwindSafe for GetNodeAddressesCommand
impl Send for GetNodeAddressesCommand
impl Sync for GetNodeAddressesCommand
impl Unpin for GetNodeAddressesCommand
impl UnwindSafe for GetNodeAddressesCommand
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