pub struct MxmlException;Expand description
The mxml Exception.
Trait Implementations§
Source§impl Clone for MxmlException
impl Clone for MxmlException
Source§fn clone(&self) -> MxmlException
fn clone(&self) -> MxmlException
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 moreSource§impl Debug for MxmlException
impl Debug for MxmlException
Source§impl Default for MxmlException
impl Default for MxmlException
Source§fn default() -> MxmlException
fn default() -> MxmlException
Returns the “default value” for a type. Read more
Source§impl Exception for MxmlException
impl Exception for MxmlException
Source§fn is_deprecated(&self) -> bool
fn is_deprecated(&self) -> bool
Says if the exception is deprecated.
Source§impl Hash for MxmlException
impl Hash for MxmlException
Source§impl Ord for MxmlException
impl Ord for MxmlException
Source§fn cmp(&self, other: &MxmlException) -> Ordering
fn cmp(&self, other: &MxmlException) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for MxmlException
impl PartialEq for MxmlException
Source§impl PartialOrd for MxmlException
impl PartialOrd for MxmlException
impl Copy for MxmlException
impl Eq for MxmlException
impl StructuralPartialEq for MxmlException
Auto Trait Implementations§
impl Freeze for MxmlException
impl RefUnwindSafe for MxmlException
impl Send for MxmlException
impl Sync for MxmlException
impl Unpin for MxmlException
impl UnsafeUnpin for MxmlException
impl UnwindSafe for MxmlException
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