pub struct Intermediate;Expand description
An intermediate configuration.
Trait Implementations§
Source§impl Clone for Intermediate
impl Clone for Intermediate
Source§fn clone(&self) -> Intermediate
fn clone(&self) -> Intermediate
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 Intermediate
impl Debug for Intermediate
Source§impl PartialEq for Intermediate
impl PartialEq for Intermediate
Source§fn eq(&self, other: &Intermediate) -> bool
fn eq(&self, other: &Intermediate) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Configuration for Intermediate
impl Copy for Intermediate
impl Eq for Intermediate
impl StructuralPartialEq for Intermediate
Auto Trait Implementations§
impl Freeze for Intermediate
impl RefUnwindSafe for Intermediate
impl Send for Intermediate
impl Sync for Intermediate
impl Unpin for Intermediate
impl UnsafeUnpin for Intermediate
impl UnwindSafe for Intermediate
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