pub struct ContractRenderRequest {
pub transports: Vec<TransportKind>,
pub services: Vec<ContractService>,
}Fields§
§transports: Vec<TransportKind>§services: Vec<ContractService>Trait Implementations§
Source§impl Clone for ContractRenderRequest
impl Clone for ContractRenderRequest
Source§fn clone(&self) -> ContractRenderRequest
fn clone(&self) -> ContractRenderRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ContractRenderRequest
impl Debug for ContractRenderRequest
Source§impl PartialEq for ContractRenderRequest
impl PartialEq for ContractRenderRequest
Source§fn eq(&self, other: &ContractRenderRequest) -> bool
fn eq(&self, other: &ContractRenderRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ContractRenderRequest
impl StructuralPartialEq for ContractRenderRequest
Auto Trait Implementations§
impl Freeze for ContractRenderRequest
impl RefUnwindSafe for ContractRenderRequest
impl Send for ContractRenderRequest
impl Sync for ContractRenderRequest
impl Unpin for ContractRenderRequest
impl UnsafeUnpin for ContractRenderRequest
impl UnwindSafe for ContractRenderRequest
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