pub enum ShutdownGetNodeParts<'b> {
None,
NodeId(&'b str),
}
Expand description
API parts for the Shutdown Get Node API
Variants§
Implementations§
Trait Implementations§
Source§impl<'b> Clone for ShutdownGetNodeParts<'b>
impl<'b> Clone for ShutdownGetNodeParts<'b>
Source§fn clone(&self) -> ShutdownGetNodeParts<'b>
fn clone(&self) -> ShutdownGetNodeParts<'b>
Returns a copy 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<'b> Debug for ShutdownGetNodeParts<'b>
impl<'b> Debug for ShutdownGetNodeParts<'b>
Source§impl<'b> PartialEq for ShutdownGetNodeParts<'b>
impl<'b> PartialEq for ShutdownGetNodeParts<'b>
impl<'b> Eq for ShutdownGetNodeParts<'b>
impl<'b> StructuralPartialEq for ShutdownGetNodeParts<'b>
Auto Trait Implementations§
impl<'b> Freeze for ShutdownGetNodeParts<'b>
impl<'b> RefUnwindSafe for ShutdownGetNodeParts<'b>
impl<'b> Send for ShutdownGetNodeParts<'b>
impl<'b> Sync for ShutdownGetNodeParts<'b>
impl<'b> Unpin for ShutdownGetNodeParts<'b>
impl<'b> UnwindSafe for ShutdownGetNodeParts<'b>
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