#[repr(C)]pub struct ListNodesResponse {
pub full_node_names: RosStringSeq<0, 0>,
pub unique_ids: U64Seq<0>,
}Fields§
§full_node_names: RosStringSeq<0, 0>§unique_ids: U64Seq<0>Implementations§
Trait Implementations§
Source§impl Debug for ListNodesResponse
impl Debug for ListNodesResponse
Source§impl Drop for ListNodesResponse
impl Drop for ListNodesResponse
Auto Trait Implementations§
impl Freeze for ListNodesResponse
impl RefUnwindSafe for ListNodesResponse
impl Send for ListNodesResponse
impl Sync for ListNodesResponse
impl Unpin for ListNodesResponse
impl UnwindSafe for ListNodesResponse
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