pub struct ScreenplayCoordinate {
pub page: usize,
pub line: usize,
pub element: Option<u64>,
}Fields§
§page: usize§line: usize§element: Option<u64>Trait Implementations§
Source§impl Clone for ScreenplayCoordinate
impl Clone for ScreenplayCoordinate
Source§fn clone(&self) -> ScreenplayCoordinate
fn clone(&self) -> ScreenplayCoordinate
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ScreenplayCoordinate
impl Debug for ScreenplayCoordinate
Source§impl Default for ScreenplayCoordinate
impl Default for ScreenplayCoordinate
Source§fn default() -> ScreenplayCoordinate
fn default() -> ScreenplayCoordinate
Returns the “default value” for a type. Read more
impl Eq for ScreenplayCoordinate
Source§impl Hash for ScreenplayCoordinate
impl Hash for ScreenplayCoordinate
Source§impl PartialEq for ScreenplayCoordinate
impl PartialEq for ScreenplayCoordinate
Source§impl PartialOrd for ScreenplayCoordinate
impl PartialOrd for ScreenplayCoordinate
impl StructuralPartialEq for ScreenplayCoordinate
Auto Trait Implementations§
impl Freeze for ScreenplayCoordinate
impl RefUnwindSafe for ScreenplayCoordinate
impl Send for ScreenplayCoordinate
impl Sync for ScreenplayCoordinate
impl Unpin for ScreenplayCoordinate
impl UnsafeUnpin for ScreenplayCoordinate
impl UnwindSafe for ScreenplayCoordinate
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