pub struct AttachmentPointParseError { /* private fields */ }Expand description
Error deserializing AttachmentPoint from String
Trait Implementations§
Source§impl Clone for AttachmentPointParseError
impl Clone for AttachmentPointParseError
Source§fn clone(&self) -> AttachmentPointParseError
fn clone(&self) -> AttachmentPointParseError
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 AttachmentPointParseError
impl Debug for AttachmentPointParseError
Auto Trait Implementations§
impl Freeze for AttachmentPointParseError
impl RefUnwindSafe for AttachmentPointParseError
impl Send for AttachmentPointParseError
impl Sync for AttachmentPointParseError
impl Unpin for AttachmentPointParseError
impl UnwindSafe for AttachmentPointParseError
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