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