pub struct AddonTemp {}Expand description
插件模版
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AddonTemp
impl RefUnwindSafe for AddonTemp
impl Send for AddonTemp
impl Sync for AddonTemp
impl Unpin for AddonTemp
impl UnwindSafe for AddonTemp
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