pub struct LinkedListModel {
pub list: Seq<LinkModel>,
}Fields§
§list: Seq<LinkModel>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LinkedListModel
impl RefUnwindSafe for LinkedListModel
impl Send for LinkedListModel
impl Sync for LinkedListModel
impl Unpin for LinkedListModel
impl UnwindSafe for LinkedListModel
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