pub struct GetVertex {
pub remaining: bool,
pub result: Option<Position<ChangeId>>,
}Fields§
§remaining: bool§result: Option<Position<ChangeId>>Auto Trait Implementations§
impl Freeze for GetVertex
impl RefUnwindSafe for GetVertex
impl Send for GetVertex
impl Sync for GetVertex
impl Unpin for GetVertex
impl UnsafeUnpin for GetVertex
impl UnwindSafe for GetVertex
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