pub struct FormBlock {
pub block_id: BlockId,
pub kind: BlockKind,
pub editable_policy: EditablePolicy,
pub display: FormBlockDisplay,
}Expand description
One visual block in the Form Mode projection (RFC-016 §7).
Fields§
§block_id: BlockId§kind: BlockKind§editable_policy: EditablePolicy§display: FormBlockDisplayTrait Implementations§
Source§impl<'de> Deserialize<'de> for FormBlock
impl<'de> Deserialize<'de> for FormBlock
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 FormBlock
impl StructuralPartialEq for FormBlock
Auto Trait Implementations§
impl Freeze for FormBlock
impl RefUnwindSafe for FormBlock
impl Send for FormBlock
impl Sync for FormBlock
impl Unpin for FormBlock
impl UnsafeUnpin for FormBlock
impl UnwindSafe for FormBlock
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