#[non_exhaustive]pub enum DistGraphAttachmentKind {
Load,
Generator,
Ibr,
Shunt,
Source,
}Expand description
Element family for terminal attachments.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Trait Implementations§
Source§impl Clone for DistGraphAttachmentKind
impl Clone for DistGraphAttachmentKind
Source§fn clone(&self) -> DistGraphAttachmentKind
fn clone(&self) -> DistGraphAttachmentKind
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 moreimpl Copy for DistGraphAttachmentKind
Source§impl Debug for DistGraphAttachmentKind
impl Debug for DistGraphAttachmentKind
Source§impl<'de> Deserialize<'de> for DistGraphAttachmentKind
impl<'de> Deserialize<'de> for DistGraphAttachmentKind
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 DistGraphAttachmentKind
Source§impl PartialEq for DistGraphAttachmentKind
impl PartialEq for DistGraphAttachmentKind
Source§impl Serialize for DistGraphAttachmentKind
impl Serialize for DistGraphAttachmentKind
impl StructuralPartialEq for DistGraphAttachmentKind
Auto Trait Implementations§
impl Freeze for DistGraphAttachmentKind
impl RefUnwindSafe for DistGraphAttachmentKind
impl Send for DistGraphAttachmentKind
impl Sync for DistGraphAttachmentKind
impl Unpin for DistGraphAttachmentKind
impl UnsafeUnpin for DistGraphAttachmentKind
impl UnwindSafe for DistGraphAttachmentKind
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