pub struct BackendMeta {
pub transport: String,
}Expand description
Per-backend metadata passed in from config at startup.
Fields§
§transport: StringTransport type string (e.g. “stdio”, “http”).
Trait Implementations§
Source§impl Clone for BackendMeta
impl Clone for BackendMeta
Source§fn clone(&self) -> BackendMeta
fn clone(&self) -> BackendMeta
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for BackendMeta
impl RefUnwindSafe for BackendMeta
impl Send for BackendMeta
impl Sync for BackendMeta
impl Unpin for BackendMeta
impl UnsafeUnpin for BackendMeta
impl UnwindSafe for BackendMeta
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