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