pub struct SetTypeDef {
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 SetTypeDef
impl Clone for SetTypeDef
Source§fn clone(&self) -> SetTypeDef
fn clone(&self) -> SetTypeDef
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 SetTypeDef
impl RefUnwindSafe for SetTypeDef
impl Send for SetTypeDef
impl Sync for SetTypeDef
impl Unpin for SetTypeDef
impl UnsafeUnpin for SetTypeDef
impl UnwindSafe for SetTypeDef
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