Struct editor2::RemoteSelection
source · pub struct RemoteSelection {
pub replica_id: ReplicaId,
pub selection: Selection<Anchor>,
pub cursor_shape: CursorShape,
pub peer_id: PeerId,
pub line_mode: bool,
pub participant_index: Option<ParticipantIndex>,
}
Fields§
§replica_id: ReplicaId
§selection: Selection<Anchor>
§cursor_shape: CursorShape
§peer_id: PeerId
§line_mode: bool
§participant_index: Option<ParticipantIndex>
Auto Trait Implementations§
impl RefUnwindSafe for RemoteSelection
impl Send for RemoteSelection
impl Sync for RemoteSelection
impl Unpin for RemoteSelection
impl UnwindSafe for RemoteSelection
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