pub struct StringTypeDef {
pub identification: Auid,
pub symbol: String,
pub namespace: String,
pub element_type: Auid,
}Fields§
§identification: Auid§symbol: String§namespace: String§element_type: AuidTrait Implementations§
Source§impl Clone for StringTypeDef
impl Clone for StringTypeDef
Source§fn clone(&self) -> StringTypeDef
fn clone(&self) -> StringTypeDef
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 StringTypeDef
impl RefUnwindSafe for StringTypeDef
impl Send for StringTypeDef
impl Sync for StringTypeDef
impl Unpin for StringTypeDef
impl UnsafeUnpin for StringTypeDef
impl UnwindSafe for StringTypeDef
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