pub struct GetNodes2Builder { /* private fields */ }
Implementations§
Source§impl GetNodes2Builder
impl GetNodes2Builder
pub const FIELD_COUNT: usize = 4usize
pub fn version(self, v: Uint32) -> Self
pub fn count(self, v: Uint32) -> Self
pub fn listen_port(self, v: PortOpt) -> Self
pub fn required_flags(self, v: Uint64) -> Self
Trait Implementations§
Source§impl Builder for GetNodes2Builder
impl Builder for GetNodes2Builder
Source§impl Debug for GetNodes2Builder
impl Debug for GetNodes2Builder
Source§impl Default for GetNodes2Builder
impl Default for GetNodes2Builder
Source§fn default() -> GetNodes2Builder
fn default() -> GetNodes2Builder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for GetNodes2Builder
impl RefUnwindSafe for GetNodes2Builder
impl Send for GetNodes2Builder
impl Sync for GetNodes2Builder
impl Unpin for GetNodes2Builder
impl UnwindSafe for GetNodes2Builder
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