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