pub struct LoopTerminate {
pub node: String,
pub via: String,
}Fields§
§node: String§via: StringTrait Implementations§
Source§impl Clone for LoopTerminate
impl Clone for LoopTerminate
Source§fn clone(&self) -> LoopTerminate
fn clone(&self) -> LoopTerminate
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 LoopTerminate
impl Debug for LoopTerminate
Source§impl<'de> Deserialize<'de> for LoopTerminate
impl<'de> Deserialize<'de> for LoopTerminate
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
Source§impl PartialEq for LoopTerminate
impl PartialEq for LoopTerminate
Source§fn eq(&self, other: &LoopTerminate) -> bool
fn eq(&self, other: &LoopTerminate) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for LoopTerminate
impl Serialize for LoopTerminate
impl StructuralPartialEq for LoopTerminate
Auto Trait Implementations§
impl Freeze for LoopTerminate
impl RefUnwindSafe for LoopTerminate
impl Send for LoopTerminate
impl Sync for LoopTerminate
impl Unpin for LoopTerminate
impl UnsafeUnpin for LoopTerminate
impl UnwindSafe for LoopTerminate
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