pub struct AttributeUrl {
pub key: String,
pub xtype: String,
pub status: String,
pub required: bool,
pub array: EmptyOption<bool>,
pub format: String,
pub default: EmptyOption<String>,
}Fields§
§key: String§xtype: String§status: String§required: bool§array: EmptyOption<bool>§format: String§default: EmptyOption<String>Implementations§
Trait Implementations§
Source§impl Clone for AttributeUrl
impl Clone for AttributeUrl
Source§fn clone(&self) -> AttributeUrl
fn clone(&self) -> AttributeUrl
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 AttributeUrl
impl Debug for AttributeUrl
Source§impl<'de> Deserialize<'de> for AttributeUrl
impl<'de> Deserialize<'de> for AttributeUrl
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 Display for AttributeUrl
impl Display for AttributeUrl
Auto Trait Implementations§
impl Freeze for AttributeUrl
impl RefUnwindSafe for AttributeUrl
impl Send for AttributeUrl
impl Sync for AttributeUrl
impl Unpin for AttributeUrl
impl UnwindSafe for AttributeUrl
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