pub struct ForNode {
pub name: String,
}
Expand description
ForNode provides information about which nodes should consume this endpoint.
Fields§
§name: String
name represents the name of the node.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ForNode
impl<'de> Deserialize<'de> for ForNode
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for ForNode
Auto Trait Implementations§
impl Freeze for ForNode
impl RefUnwindSafe for ForNode
impl Send for ForNode
impl Sync for ForNode
impl Unpin for ForNode
impl UnwindSafe for ForNode
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