pub struct FormLayoutOverlay {
pub layout: Layout,
/* private fields */
}
Fields§
§layout: Layout
Implementations§
Source§impl FormLayoutOverlay
impl FormLayoutOverlay
pub fn new(layout_str: String) -> Box<FormLayoutOverlay>
Trait Implementations§
Source§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(&mut self) -> &mut String
fn overlay_type(&self) -> &String
fn said(&self) -> &String
fn said_mut(&mut self) -> &mut String
fn attributes(&self) -> Vec<&String>
fn add(&mut self, _attribute: &Attribute)
fn language(&self) -> Option<&Language>
fn metric_system(&self) -> Option<&String>
fn sign(&mut self, capture_base_sai: &str)
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