pub struct DecodedCollaborationOperation {
pub operation_id: CollabOpId,
pub operation: CollaborationOperationEnvelope,
}Fields§
§operation_id: CollabOpId§operation: CollaborationOperationEnvelopeTrait Implementations§
Source§impl Clone for DecodedCollaborationOperation
impl Clone for DecodedCollaborationOperation
Source§fn clone(&self) -> DecodedCollaborationOperation
fn clone(&self) -> DecodedCollaborationOperation
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 moreimpl Eq for DecodedCollaborationOperation
impl StructuralPartialEq for DecodedCollaborationOperation
Auto Trait Implementations§
impl Freeze for DecodedCollaborationOperation
impl RefUnwindSafe for DecodedCollaborationOperation
impl Send for DecodedCollaborationOperation
impl Sync for DecodedCollaborationOperation
impl Unpin for DecodedCollaborationOperation
impl UnsafeUnpin for DecodedCollaborationOperation
impl UnwindSafe for DecodedCollaborationOperation
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