pub enum Virtfs {
Local(Local),
Synth(Synth),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Virtfs
impl RefUnwindSafe for Virtfs
impl Send for Virtfs
impl Sync for Virtfs
impl Unpin for Virtfs
impl UnwindSafe for Virtfs
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