pub struct FormLayoutOverlay {
pub layout: Layout,
/* private fields */
}Fields§
§layout: LayoutImplementations§
Trait Implementations§
Source§impl Clone for FormLayoutOverlay
impl Clone for FormLayoutOverlay
Source§fn clone(&self) -> FormLayoutOverlay
fn clone(&self) -> FormLayoutOverlay
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 FormLayoutOverlay
impl Debug for FormLayoutOverlay
Source§impl<'de> Deserialize<'de> for FormLayoutOverlay
impl<'de> Deserialize<'de> for FormLayoutOverlay
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 Overlay for FormLayoutOverlay
impl Overlay for FormLayoutOverlay
fn as_any(&self) -> &dyn Any
fn capture_base(&self) -> &Option<SelfAddressingIdentifier>
fn set_capture_base(&mut self, said: &SelfAddressingIdentifier)
fn overlay_type(&self) -> &OverlayType
fn said(&self) -> &Option<SelfAddressingIdentifier>
fn attributes(&self) -> Vec<&String>
fn add(&mut self, _attribute: &Attribute)
fn language(&self) -> Option<&Language>
fn fill_said(&mut self)
fn sign(&mut self, capture_base_sai: &SelfAddressingIdentifier)
Source§impl SAD for FormLayoutOverlay
impl SAD for FormLayoutOverlay
fn compute_digest(&mut self)
fn derivation_data(&self) -> Vec<u8> ⓘ
Auto Trait Implementations§
impl Freeze for FormLayoutOverlay
impl RefUnwindSafe for FormLayoutOverlay
impl Send for FormLayoutOverlay
impl Sync for FormLayoutOverlay
impl Unpin for FormLayoutOverlay
impl UnwindSafe for FormLayoutOverlay
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