pub struct GetNodeIdRequest {
pub value: String,
pub resource_type_field: u32,
}Fields§
§value: StringThe name of the node to look up.
resource_type_field: u32The ID of the resource type field the node belongs to.
Implementations§
Trait Implementations§
Source§impl Clone for GetNodeIdRequest
impl Clone for GetNodeIdRequest
Source§fn clone(&self) -> GetNodeIdRequest
fn clone(&self) -> GetNodeIdRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GetNodeIdRequest
impl Debug for GetNodeIdRequest
Source§impl PartialEq for GetNodeIdRequest
impl PartialEq for GetNodeIdRequest
Source§impl Serialize for GetNodeIdRequest
impl Serialize for GetNodeIdRequest
impl StructuralPartialEq for GetNodeIdRequest
Auto Trait Implementations§
impl Freeze for GetNodeIdRequest
impl RefUnwindSafe for GetNodeIdRequest
impl Send for GetNodeIdRequest
impl Sync for GetNodeIdRequest
impl Unpin for GetNodeIdRequest
impl UnsafeUnpin for GetNodeIdRequest
impl UnwindSafe for GetNodeIdRequest
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