pub struct InstantiationRequest {
pub top: Arc<dyn Middleware>,
pub service_name: String,
pub shadow_levels: HashMap<String, usize>,
}Fields§
§top: Arc<dyn Middleware>§service_name: String§shadow_levels: HashMap<String, usize>Trait Implementations§
Source§impl Clone for InstantiationRequest
impl Clone for InstantiationRequest
Source§fn clone(&self) -> InstantiationRequest
fn clone(&self) -> InstantiationRequest
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 InstantiationRequest
impl !RefUnwindSafe for InstantiationRequest
impl Send for InstantiationRequest
impl Sync for InstantiationRequest
impl Unpin for InstantiationRequest
impl !UnwindSafe for InstantiationRequest
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