pub struct Server;Expand description
Main server interface with fluent builder API
Implementations§
Source§impl Server
impl Server
Sourcepub fn builder() -> ServerBuilder
pub fn builder() -> ServerBuilder
Create a new server builder
Sourcepub fn solana_gateway(target_id: impl Into<String>) -> SolanaGatewayBuilder
pub fn solana_gateway(target_id: impl Into<String>) -> SolanaGatewayBuilder
Build a standalone HTTP gateway without stack or live-stream capabilities.
Auto Trait Implementations§
impl Freeze for Server
impl RefUnwindSafe for Server
impl Send for Server
impl Sync for Server
impl Unpin for Server
impl UnsafeUnpin for Server
impl UnwindSafe for Server
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