pub struct ProfileKeyRegistration {
pub type_id: TypeId,
pub key: String,
}Fields§
§type_id: TypeId§key: StringTrait Implementations§
Source§impl Clone for ProfileKeyRegistration
impl Clone for ProfileKeyRegistration
Source§fn clone(&self) -> ProfileKeyRegistration
fn clone(&self) -> ProfileKeyRegistration
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 ProfileKeyRegistration
impl RefUnwindSafe for ProfileKeyRegistration
impl Send for ProfileKeyRegistration
impl Sync for ProfileKeyRegistration
impl Unpin for ProfileKeyRegistration
impl UnsafeUnpin for ProfileKeyRegistration
impl UnwindSafe for ProfileKeyRegistration
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