pub enum BlockSubtypes {
Block(Block),
}Variants§
Trait Implementations§
Source§impl Clone for BlockSubtypes
impl Clone for BlockSubtypes
Source§fn clone(&self) -> BlockSubtypes
fn clone(&self) -> BlockSubtypes
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 BlockSubtypes
impl Debug for BlockSubtypes
Source§impl<'de> Deserialize<'de> for BlockSubtypes
impl<'de> Deserialize<'de> for BlockSubtypes
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 From<BlockSubtypes> for Block
impl From<BlockSubtypes> for Block
Source§fn from(value: BlockSubtypes) -> Self
fn from(value: BlockSubtypes) -> Self
Converts to this type from the input type.
Source§impl PartialEq for BlockSubtypes
impl PartialEq for BlockSubtypes
Source§impl Serialize for BlockSubtypes
impl Serialize for BlockSubtypes
impl StructuralPartialEq for BlockSubtypes
Auto Trait Implementations§
impl Freeze for BlockSubtypes
impl RefUnwindSafe for BlockSubtypes
impl Send for BlockSubtypes
impl Sync for BlockSubtypes
impl Unpin for BlockSubtypes
impl UnwindSafe for BlockSubtypes
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