pub enum JettisonError {}Expand description
Enum for known errors of method jettison.
Trait Implementations§
Source§impl Clone for JettisonError
impl Clone for JettisonError
Source§fn clone(&self) -> JettisonError
fn clone(&self) -> JettisonError
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 JettisonError
impl RefUnwindSafe for JettisonError
impl Send for JettisonError
impl Sync for JettisonError
impl Unpin for JettisonError
impl UnwindSafe for JettisonError
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