pub struct InsertImageResult {
pub new_position: i64,
pub element_id: EntityId,
}Fields§
§new_position: i64§element_id: EntityIdAuto Trait Implementations§
impl Freeze for InsertImageResult
impl RefUnwindSafe for InsertImageResult
impl Send for InsertImageResult
impl Sync for InsertImageResult
impl Unpin for InsertImageResult
impl UnsafeUnpin for InsertImageResult
impl UnwindSafe for InsertImageResult
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