pub enum ManualLinkDisposition {
Active,
Suppression,
}Expand description
Whether a manual record creates a link or suppresses an automatically inferred link.
Variants§
Active
Include the declared link in the snapshot.
Suppression
Suppress an automatically inferred link with the same endpoints and kind.
Trait Implementations§
Source§impl Clone for ManualLinkDisposition
impl Clone for ManualLinkDisposition
Source§fn clone(&self) -> ManualLinkDisposition
fn clone(&self) -> ManualLinkDisposition
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 ManualLinkDisposition
Source§impl Debug for ManualLinkDisposition
impl Debug for ManualLinkDisposition
impl Eq for ManualLinkDisposition
Source§impl PartialEq for ManualLinkDisposition
impl PartialEq for ManualLinkDisposition
impl StructuralPartialEq for ManualLinkDisposition
Auto Trait Implementations§
impl Freeze for ManualLinkDisposition
impl RefUnwindSafe for ManualLinkDisposition
impl Send for ManualLinkDisposition
impl Sync for ManualLinkDisposition
impl Unpin for ManualLinkDisposition
impl UnsafeUnpin for ManualLinkDisposition
impl UnwindSafe for ManualLinkDisposition
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