Enum rustdoc_types::StructType
source · [−]pub enum StructType {
Plain,
Tuple,
Unit,
}
Variants
Plain
Tuple
Unit
Trait Implementations
sourceimpl Clone for StructType
impl Clone for StructType
sourcefn clone(&self) -> StructType
fn clone(&self) -> StructType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for StructType
impl Debug for StructType
sourceimpl<'de> Deserialize<'de> for StructType
impl<'de> Deserialize<'de> for StructType
sourcefn 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
sourceimpl Hash for StructType
impl Hash for StructType
sourceimpl PartialEq<StructType> for StructType
impl PartialEq<StructType> for StructType
sourceimpl Serialize for StructType
impl Serialize for StructType
impl Eq for StructType
impl StructuralEq for StructType
impl StructuralPartialEq for StructType
Auto Trait Implementations
impl RefUnwindSafe for StructType
impl Send for StructType
impl Sync for StructType
impl Unpin for StructType
impl UnwindSafe for StructType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more