pub struct Insert<Id> {
pub parent_id: Option<Id>,
pub id: Id,
}Fields§
§parent_id: Option<Id>§id: IdTrait Implementations§
Auto Trait Implementations§
impl<Id> Freeze for Insert<Id>where
Id: Freeze,
impl<Id> RefUnwindSafe for Insert<Id>where
Id: RefUnwindSafe,
impl<Id> Send for Insert<Id>where
Id: Send,
impl<Id> Sync for Insert<Id>where
Id: Sync,
impl<Id> Unpin for Insert<Id>where
Id: Unpin,
impl<Id> UnwindSafe for Insert<Id>where
Id: 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