pub struct ClientSpec {
pub coalesce: bool,
pub caches: Vec<(String, MethodCacheSpec)>,
}Fields§
§coalesce: bool§caches: Vec<(String, MethodCacheSpec)>Trait Implementations§
Source§impl Clone for ClientSpec
impl Clone for ClientSpec
Source§fn clone(&self) -> ClientSpec
fn clone(&self) -> ClientSpec
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 ClientSpec
impl Debug for ClientSpec
Source§impl Default for ClientSpec
impl Default for ClientSpec
Auto Trait Implementations§
impl Freeze for ClientSpec
impl RefUnwindSafe for ClientSpec
impl Send for ClientSpec
impl Sync for ClientSpec
impl Unpin for ClientSpec
impl UnsafeUnpin for ClientSpec
impl UnwindSafe for ClientSpec
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