pub struct GetNodeDetailQuery {
pub node_id: String,
}Fields§
§node_id: StringTrait Implementations§
Source§impl Clone for GetNodeDetailQuery
impl Clone for GetNodeDetailQuery
Source§fn clone(&self) -> GetNodeDetailQuery
fn clone(&self) -> GetNodeDetailQuery
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GetNodeDetailQuery
impl Debug for GetNodeDetailQuery
impl Eq for GetNodeDetailQuery
Source§impl PartialEq for GetNodeDetailQuery
impl PartialEq for GetNodeDetailQuery
impl StructuralPartialEq for GetNodeDetailQuery
Auto Trait Implementations§
impl Freeze for GetNodeDetailQuery
impl RefUnwindSafe for GetNodeDetailQuery
impl Send for GetNodeDetailQuery
impl Sync for GetNodeDetailQuery
impl Unpin for GetNodeDetailQuery
impl UnsafeUnpin for GetNodeDetailQuery
impl UnwindSafe for GetNodeDetailQuery
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