pub struct GetNodesParams {
pub xname: String,
pub include_siblings: bool,
pub status_filter: Option<String>,
}Expand description
Typed parameters for fetching node details.
Fields§
§xname: String§include_siblings: bool§status_filter: Option<String>Auto Trait Implementations§
impl Freeze for GetNodesParams
impl RefUnwindSafe for GetNodesParams
impl Send for GetNodesParams
impl Sync for GetNodesParams
impl Unpin for GetNodesParams
impl UnsafeUnpin for GetNodesParams
impl UnwindSafe for GetNodesParams
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