Struct rustcn_ui::SerializedClipboardData 
source · pub struct SerializedClipboardData {}Expand description
A serialized version of ClipboardData
Trait Implementations§
source§impl Clone for SerializedClipboardData
 
impl Clone for SerializedClipboardData
source§fn clone(&self) -> SerializedClipboardData
 
fn clone(&self) -> SerializedClipboardData
Returns a copy 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 SerializedClipboardData
 
impl Debug for SerializedClipboardData
source§impl<'de> Deserialize<'de> for SerializedClipboardData
 
impl<'de> Deserialize<'de> for SerializedClipboardData
source§fn deserialize<__D>(
    __deserializer: __D
) -> Result<SerializedClipboardData, <__D as Deserializer<'de>>::Error>where
    __D: Deserializer<'de>,
 
fn deserialize<__D>(
    __deserializer: __D
) -> Result<SerializedClipboardData, <__D as Deserializer<'de>>::Error>where
    __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<&ClipboardData> for SerializedClipboardData
 
impl From<&ClipboardData> for SerializedClipboardData
source§fn from(_: &ClipboardData) -> SerializedClipboardData
 
fn from(_: &ClipboardData) -> SerializedClipboardData
Converts to this type from the input type.
source§impl PartialEq for SerializedClipboardData
 
impl PartialEq for SerializedClipboardData
source§fn eq(&self, other: &SerializedClipboardData) -> bool
 
fn eq(&self, other: &SerializedClipboardData) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl Serialize for SerializedClipboardData
 
impl Serialize for SerializedClipboardData
source§fn serialize<__S>(
    &self,
    __serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
    __S: Serializer,
 
fn serialize<__S>(
    &self,
    __serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
    __S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for SerializedClipboardData
Auto Trait Implementations§
impl RefUnwindSafe for SerializedClipboardData
impl Send for SerializedClipboardData
impl Sync for SerializedClipboardData
impl Unpin for SerializedClipboardData
impl UnwindSafe for SerializedClipboardData
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
source§impl<T> Instrument for T
 
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
 
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
 
fn in_current_span(self) -> Instrumented<Self>
source§impl<T, O> SuperFrom<T> for Owhere
    O: From<T>,
 
impl<T, O> SuperFrom<T> for Owhere
    O: From<T>,
source§fn super_from(input: T) -> O
 
fn super_from(input: T) -> O
Convert from a type to another type.
source§impl<T, O, M> SuperInto<O, M> for Twhere
    O: SuperFrom<T, M>,
 
impl<T, O, M> SuperInto<O, M> for Twhere
    O: SuperFrom<T, M>,
source§fn super_into(self) -> O
 
fn super_into(self) -> O
Convert from a type to another type.