pub struct MarkerInfo {
pub time: BigInt,
pub name: Option<String>,
pub move_focus: bool,
}Fields§
§time: BigInt§name: Option<String>§move_focus: boolTrait Implementations§
Source§impl Debug for MarkerInfo
impl Debug for MarkerInfo
Source§impl<'de> Deserialize<'de> for MarkerInfo
impl<'de> Deserialize<'de> for MarkerInfo
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for MarkerInfo
impl PartialEq for MarkerInfo
Source§impl Serialize for MarkerInfo
impl Serialize for MarkerInfo
impl StructuralPartialEq for MarkerInfo
Auto Trait Implementations§
impl Freeze for MarkerInfo
impl RefUnwindSafe for MarkerInfo
impl Send for MarkerInfo
impl Sync for MarkerInfo
impl Unpin for MarkerInfo
impl UnwindSafe for MarkerInfo
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