pub struct FeedCardLink { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FeedCardLink
impl RefUnwindSafe for FeedCardLink
impl Send for FeedCardLink
impl Sync for FeedCardLink
impl Unpin for FeedCardLink
impl UnwindSafe for FeedCardLink
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