pub enum SpecEnd {
Source,
Target,
}Available on crate feature
resample only.Expand description
Which end of a conversion a refusal is about.
Variants§
Implementations§
Trait Implementations§
impl Copy for SpecEnd
impl Eq for SpecEnd
impl StructuralPartialEq for SpecEnd
Auto Trait Implementations§
impl Freeze for SpecEnd
impl RefUnwindSafe for SpecEnd
impl Send for SpecEnd
impl Sync for SpecEnd
impl Unpin for SpecEnd
impl UnsafeUnpin for SpecEnd
impl UnwindSafe for SpecEnd
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