pub struct EventSourceItemType(pub String);Tuple Fields§
§0: StringImplementations§
Trait Implementations§
Source§impl Clone for EventSourceItemType
impl Clone for EventSourceItemType
Source§fn clone(&self) -> EventSourceItemType
fn clone(&self) -> EventSourceItemType
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 EventSourceItemType
impl Debug for EventSourceItemType
Source§impl Default for EventSourceItemType
impl Default for EventSourceItemType
Source§fn default() -> EventSourceItemType
fn default() -> EventSourceItemType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EventSourceItemType
impl<'de> Deserialize<'de> for EventSourceItemType
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
impl Eq for EventSourceItemType
Source§impl PartialEq for EventSourceItemType
impl PartialEq for EventSourceItemType
Source§impl Serialize for EventSourceItemType
impl Serialize for EventSourceItemType
impl StructuralPartialEq for EventSourceItemType
Auto Trait Implementations§
impl Freeze for EventSourceItemType
impl RefUnwindSafe for EventSourceItemType
impl Send for EventSourceItemType
impl Sync for EventSourceItemType
impl Unpin for EventSourceItemType
impl UnsafeUnpin for EventSourceItemType
impl UnwindSafe for EventSourceItemType
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