pub struct DatabaseUniqueIdPropertyItem {
pub prefix: Option<String>,
}
Fields§
§prefix: Option<String>
Implementations§
Trait Implementations§
Source§impl Clone for DatabaseUniqueIdPropertyItem
impl Clone for DatabaseUniqueIdPropertyItem
Source§fn clone(&self) -> DatabaseUniqueIdPropertyItem
fn clone(&self) -> DatabaseUniqueIdPropertyItem
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 DatabaseUniqueIdPropertyItem
impl Debug for DatabaseUniqueIdPropertyItem
Source§impl Default for DatabaseUniqueIdPropertyItem
impl Default for DatabaseUniqueIdPropertyItem
Source§fn default() -> DatabaseUniqueIdPropertyItem
fn default() -> DatabaseUniqueIdPropertyItem
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DatabaseUniqueIdPropertyItem
impl<'de> Deserialize<'de> for DatabaseUniqueIdPropertyItem
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 PartialEq for DatabaseUniqueIdPropertyItem
impl PartialEq for DatabaseUniqueIdPropertyItem
Source§fn eq(&self, other: &DatabaseUniqueIdPropertyItem) -> bool
fn eq(&self, other: &DatabaseUniqueIdPropertyItem) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for DatabaseUniqueIdPropertyItem
impl StructuralPartialEq for DatabaseUniqueIdPropertyItem
Auto Trait Implementations§
impl Freeze for DatabaseUniqueIdPropertyItem
impl RefUnwindSafe for DatabaseUniqueIdPropertyItem
impl Send for DatabaseUniqueIdPropertyItem
impl Sync for DatabaseUniqueIdPropertyItem
impl Unpin for DatabaseUniqueIdPropertyItem
impl UnwindSafe for DatabaseUniqueIdPropertyItem
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