[−]Enum ssb_publish::Content
Variants
Trait Implementations
impl<T> Eq for Content<T> where
T: Eq,
T: Eq,
impl<T> Clone for Content<T> where
T: Clone,
T: Clone,
fn clone(&self) -> Content<T>
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<T> Debug for Content<T> where
T: Debug,
T: Debug,
impl<T> StructuralPartialEq for Content<T>
impl<T> StructuralEq for Content<T>
impl<T> PartialEq<Content<T>> for Content<T> where
T: PartialEq<T>,
T: PartialEq<T>,
impl<T> PartialOrd<Content<T>> for Content<T> where
T: PartialOrd<T>,
T: PartialOrd<T>,
fn partial_cmp(&self, other: &Content<T>) -> Option<Ordering>
fn lt(&self, other: &Content<T>) -> bool
fn le(&self, other: &Content<T>) -> bool
fn gt(&self, other: &Content<T>) -> bool
fn ge(&self, other: &Content<T>) -> bool
impl<T> Ord for Content<T> where
T: Ord,
T: Ord,
Auto Trait Implementations
impl<T> Send for Content<T> where
T: Send,
T: Send,
impl<T> Sync for Content<T> where
T: Sync,
T: Sync,
impl<T> Unpin for Content<T> where
T: Unpin,
T: Unpin,
impl<T> UnwindSafe for Content<T> where
T: UnwindSafe,
T: UnwindSafe,
impl<T> RefUnwindSafe for Content<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> From<T> for T
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,