pub struct AnnotationSourceReference {
pub scope: CollaborationScope,
pub source: CollaborationSourceAnchor,
}Fields§
§scope: CollaborationScope§source: CollaborationSourceAnchorImplementations§
Source§impl AnnotationSourceReference
impl AnnotationSourceReference
pub fn validate(&self) -> Result<(), CollaborationCodecError>
Trait Implementations§
Source§impl Clone for AnnotationSourceReference
impl Clone for AnnotationSourceReference
Source§impl Debug for AnnotationSourceReference
impl Debug for AnnotationSourceReference
Source§impl<'de> Deserialize<'de> for AnnotationSourceReference
impl<'de> Deserialize<'de> for AnnotationSourceReference
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
impl Eq for AnnotationSourceReference
impl StructuralPartialEq for AnnotationSourceReference
Auto Trait Implementations§
impl Freeze for AnnotationSourceReference
impl RefUnwindSafe for AnnotationSourceReference
impl Send for AnnotationSourceReference
impl Sync for AnnotationSourceReference
impl Unpin for AnnotationSourceReference
impl UnsafeUnpin for AnnotationSourceReference
impl UnwindSafe for AnnotationSourceReference
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