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