pub struct SchemeConfig { /* private fields */ }Expand description
A scheme configuration.
Implementations§
Trait Implementations§
Source§impl Clone for SchemeConfig
impl Clone for SchemeConfig
Source§fn clone(&self) -> SchemeConfig
fn clone(&self) -> SchemeConfig
Returns a copy 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 moreSource§impl Debug for SchemeConfig
impl Debug for SchemeConfig
Auto Trait Implementations§
impl Freeze for SchemeConfig
impl RefUnwindSafe for SchemeConfig
impl Send for SchemeConfig
impl Sync for SchemeConfig
impl Unpin for SchemeConfig
impl UnwindSafe for SchemeConfig
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