pub struct RemoteProfile {
pub profile: Profile,
}Fields§
§profile: ProfileTrait Implementations§
Source§impl Clone for RemoteProfile
impl Clone for RemoteProfile
Source§fn clone(&self) -> RemoteProfile
fn clone(&self) -> RemoteProfile
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 moreSource§impl Debug for RemoteProfile
impl Debug for RemoteProfile
Source§impl<'de> Deserialize<'de> for RemoteProfile
impl<'de> Deserialize<'de> for RemoteProfile
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<Profile> for RemoteProfile
impl From<Profile> for RemoteProfile
Source§impl From<RemoteProfile> for Profile
impl From<RemoteProfile> for Profile
Source§fn from(remote_profile: RemoteProfile) -> Self
fn from(remote_profile: RemoteProfile) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for RemoteProfile
impl RefUnwindSafe for RemoteProfile
impl Send for RemoteProfile
impl Sync for RemoteProfile
impl Unpin for RemoteProfile
impl UnwindSafe for RemoteProfile
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