pub struct EndpointPipelineConfig {
pub cache_size: usize,
pub ignore_invalid_endpoints: bool,
}Fields§
§cache_size: usize§ignore_invalid_endpoints: boolImplementations§
Source§impl EndpointPipelineConfig
impl EndpointPipelineConfig
pub fn from_signed(n: i32) -> usize
Trait Implementations§
Source§impl Clone for EndpointPipelineConfig
impl Clone for EndpointPipelineConfig
Source§fn clone(&self) -> EndpointPipelineConfig
fn clone(&self) -> EndpointPipelineConfig
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 EndpointPipelineConfig
impl RefUnwindSafe for EndpointPipelineConfig
impl Send for EndpointPipelineConfig
impl Sync for EndpointPipelineConfig
impl Unpin for EndpointPipelineConfig
impl UnsafeUnpin for EndpointPipelineConfig
impl UnwindSafe for EndpointPipelineConfig
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