pub struct ProfileOperation { /* private fields */ }Implementations§
Source§impl ProfileOperation
impl ProfileOperation
pub const fn new(operation_id: OperationId, mutation: ProfileMutation) -> Self
pub const fn operation_id(&self) -> OperationId
pub const fn mutation(&self) -> &ProfileMutation
pub fn into_mutation(self) -> ProfileMutation
pub fn into_parts(self) -> (OperationId, ProfileMutation)
Trait Implementations§
Source§impl Clone for ProfileOperation
impl Clone for ProfileOperation
Source§fn clone(&self) -> ProfileOperation
fn clone(&self) -> ProfileOperation
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 ProfileOperation
impl Debug for ProfileOperation
impl Eq for ProfileOperation
Source§impl PartialEq for ProfileOperation
impl PartialEq for ProfileOperation
impl StructuralPartialEq for ProfileOperation
Auto Trait Implementations§
impl Freeze for ProfileOperation
impl RefUnwindSafe for ProfileOperation
impl Send for ProfileOperation
impl Sync for ProfileOperation
impl Unpin for ProfileOperation
impl UnsafeUnpin for ProfileOperation
impl UnwindSafe for ProfileOperation
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