pub struct ServerItem {
pub plugin_name: String,
pub factory: FromConfig<Server>,
}Fields§
§plugin_name: String§factory: FromConfig<Server>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ServerItem
impl !RefUnwindSafe for ServerItem
impl !Send for ServerItem
impl !Sync for ServerItem
impl Unpin for ServerItem
impl !UnwindSafe for ServerItem
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