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