pub enum LinkOrCopy {
Link,
Copy,
}
Variants§
Auto Trait Implementations§
impl Freeze for LinkOrCopy
impl RefUnwindSafe for LinkOrCopy
impl Send for LinkOrCopy
impl Sync for LinkOrCopy
impl Unpin for LinkOrCopy
impl UnwindSafe for LinkOrCopy
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