pub struct ProfileRequest {
pub profile_id: String,
pub profile_version: String,
pub profile_fixture_sha256: String,
pub required: bool,
}Fields§
§profile_id: String§profile_version: String§profile_fixture_sha256: String§required: boolTrait Implementations§
Source§impl Clone for ProfileRequest
impl Clone for ProfileRequest
Source§fn clone(&self) -> ProfileRequest
fn clone(&self) -> ProfileRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ProfileRequest
impl Debug for ProfileRequest
Auto Trait Implementations§
impl Freeze for ProfileRequest
impl RefUnwindSafe for ProfileRequest
impl Send for ProfileRequest
impl Sync for ProfileRequest
impl Unpin for ProfileRequest
impl UnsafeUnpin for ProfileRequest
impl UnwindSafe for ProfileRequest
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