pub struct DocumentOpenedEvent {
pub params: DocumentOpenedEventParams,
}Fields§
§params: DocumentOpenedEventParamsTrait Implementations§
Source§impl Clone for DocumentOpenedEvent
impl Clone for DocumentOpenedEvent
Source§fn clone(&self) -> DocumentOpenedEvent
fn clone(&self) -> DocumentOpenedEvent
Returns a duplicate of the value. Read more
1.0.0 · 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 DocumentOpenedEvent
impl Debug for DocumentOpenedEvent
Source§impl<'de> Deserialize<'de> for DocumentOpenedEvent
impl<'de> Deserialize<'de> for DocumentOpenedEvent
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 DocumentOpenedEvent
impl PartialEq for DocumentOpenedEvent
Source§impl Serialize for DocumentOpenedEvent
impl Serialize for DocumentOpenedEvent
impl StructuralPartialEq for DocumentOpenedEvent
Auto Trait Implementations§
impl Freeze for DocumentOpenedEvent
impl RefUnwindSafe for DocumentOpenedEvent
impl Send for DocumentOpenedEvent
impl Sync for DocumentOpenedEvent
impl Unpin for DocumentOpenedEvent
impl UnsafeUnpin for DocumentOpenedEvent
impl UnwindSafe for DocumentOpenedEvent
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