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