pub struct DictionaryToCreate {
pub fragment: Option<Fragment>,
pub dictionary: String,
pub namespace: NamespaceId,
pub value_type: Type,
pub id_type: Type,
}Fields§
§fragment: Option<Fragment>§dictionary: String§namespace: NamespaceId§value_type: Type§id_type: TypeTrait Implementations§
Source§impl Clone for DictionaryToCreate
impl Clone for DictionaryToCreate
Source§fn clone(&self) -> DictionaryToCreate
fn clone(&self) -> DictionaryToCreate
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 moreAuto Trait Implementations§
impl Freeze for DictionaryToCreate
impl RefUnwindSafe for DictionaryToCreate
impl Send for DictionaryToCreate
impl Sync for DictionaryToCreate
impl Unpin for DictionaryToCreate
impl UnwindSafe for DictionaryToCreate
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