pub enum FutureRole {
Linear,
Inverse,
}Variants§
Auto Trait Implementations§
impl Freeze for FutureRole
impl RefUnwindSafe for FutureRole
impl Send for FutureRole
impl Sync for FutureRole
impl Unpin for FutureRole
impl UnsafeUnpin for FutureRole
impl UnwindSafe for FutureRole
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