pub struct MoxCmsError(pub String);Expand description
Error from the moxcms CMS backend.
Tuple Fields§
§0: StringTrait Implementations§
Source§impl Clone for MoxCmsError
impl Clone for MoxCmsError
Source§fn clone(&self) -> MoxCmsError
fn clone(&self) -> MoxCmsError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MoxCmsError
impl Debug for MoxCmsError
Auto Trait Implementations§
impl Freeze for MoxCmsError
impl RefUnwindSafe for MoxCmsError
impl Send for MoxCmsError
impl Sync for MoxCmsError
impl Unpin for MoxCmsError
impl UnsafeUnpin for MoxCmsError
impl UnwindSafe for MoxCmsError
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