pub struct SingleAttachmentSource<L> { /* private fields */ }Expand description
A one-shot LinkSource backed by a single attachment.
Trait Implementations§
Source§impl<L: Link + Send + 'static> LinkSource for SingleAttachmentSource<L>
impl<L: Link + Send + 'static> LinkSource for SingleAttachmentSource<L>
Auto Trait Implementations§
impl<L> Freeze for SingleAttachmentSource<L>where
L: Freeze,
impl<L> RefUnwindSafe for SingleAttachmentSource<L>where
L: RefUnwindSafe,
impl<L> Send for SingleAttachmentSource<L>where
L: Send,
impl<L> Sync for SingleAttachmentSource<L>where
L: Sync,
impl<L> Unpin for SingleAttachmentSource<L>where
L: Unpin,
impl<L> UnsafeUnpin for SingleAttachmentSource<L>where
L: UnsafeUnpin,
impl<L> UnwindSafe for SingleAttachmentSource<L>where
L: UnwindSafe,
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