Struct yazi_plugin::Opt
source · pub struct Opt {
pub name: String,
pub sync: bool,
pub data: OptData,
}Fields§
§name: String§sync: bool§data: OptDataTrait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Opt
impl Send for Opt
impl !Sync for Opt
impl Unpin for Opt
impl !UnwindSafe for Opt
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