pub struct ViewFieldset {
pub name: Option<String>,
pub description: Option<String>,
pub fields: Vec<String>,
pub collapsible: bool,
pub collapsed: bool,
}Expand description
Fieldset for organizing form fields
Fields§
§name: Option<String>Fieldset name
description: Option<String>Description
fields: Vec<String>Fields in this fieldset
collapsible: boolIs collapsible?
collapsed: boolIs collapsed?
Trait Implementations§
Source§impl Clone for ViewFieldset
impl Clone for ViewFieldset
Source§fn clone(&self) -> ViewFieldset
fn clone(&self) -> ViewFieldset
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ViewFieldset
impl Debug for ViewFieldset
Source§impl<'de> Deserialize<'de> for ViewFieldset
impl<'de> Deserialize<'de> for ViewFieldset
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
Auto Trait Implementations§
impl Freeze for ViewFieldset
impl RefUnwindSafe for ViewFieldset
impl Send for ViewFieldset
impl Sync for ViewFieldset
impl Unpin for ViewFieldset
impl UnsafeUnpin for ViewFieldset
impl UnwindSafe for ViewFieldset
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<R, D> DepsPresent<D> for R
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<T> Injectable for T
impl<T> Injectable for T
Source§fn type_id_of() -> TypeIdwhere
Self: Sized,
fn type_id_of() -> TypeIdwhere
Self: Sized,
Returns the TypeId of this type (for internal use)
Source§fn type_name_of() -> &'static strwhere
Self: Sized,
fn type_name_of() -> &'static strwhere
Self: Sized,
Returns the type name for debugging