pub struct ServerOptions {
pub did: String,
pub private_key: [u8; 32],
pub handlers: HashMap<String, Handler>,
}Fields§
§did: String§private_key: [u8; 32]§handlers: HashMap<String, Handler>Auto Trait Implementations§
impl Freeze for ServerOptions
impl !RefUnwindSafe for ServerOptions
impl Send for ServerOptions
impl Sync for ServerOptions
impl Unpin for ServerOptions
impl UnsafeUnpin for ServerOptions
impl !UnwindSafe for ServerOptions
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