pub struct IAttachment { /* private fields */ }Trait Implementations§
Source§impl Clone for IAttachment
impl Clone for IAttachment
Source§fn clone(&self) -> IAttachment
fn clone(&self) -> IAttachment
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 IAttachment
impl Debug for IAttachment
impl Copy for IAttachment
Auto Trait Implementations§
impl Freeze for IAttachment
impl RefUnwindSafe for IAttachment
impl Send for IAttachment
impl Sync for IAttachment
impl Unpin for IAttachment
impl UnsafeUnpin for IAttachment
impl UnwindSafe for IAttachment
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