pub struct SchemeNeutral {
pub scheme: DynamicScheme,
}Fields§
§scheme: DynamicSchemeImplementations§
Auto Trait Implementations§
impl Freeze for SchemeNeutral
impl RefUnwindSafe for SchemeNeutral
impl Send for SchemeNeutral
impl Sync for SchemeNeutral
impl Unpin for SchemeNeutral
impl UnsafeUnpin for SchemeNeutral
impl UnwindSafe for SchemeNeutral
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