pub enum Skip {
CanonicalMissing,
Unmanaged,
}Expand description
Benign reasons for inaction.
Variants§
CanonicalMissing
The canonical resource does not exist yet, so there is nothing to share.
Unmanaged
A deselected provider’s path no longer holds what agentlink put there, so it is the user’s now: the file stays and agentlink drops its claim.
Trait Implementations§
impl Copy for Skip
impl Eq for Skip
impl StructuralPartialEq for Skip
Auto Trait Implementations§
impl Freeze for Skip
impl RefUnwindSafe for Skip
impl Send for Skip
impl Sync for Skip
impl Unpin for Skip
impl UnsafeUnpin for Skip
impl UnwindSafe for Skip
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