pub struct AnnotationAuthor {
pub attribution: f32,
pub user: User,
}
Fields§
§attribution: f32
§user: User
Trait Implementations§
Source§impl Debug for AnnotationAuthor
impl Debug for AnnotationAuthor
Source§impl<'de> Deserialize<'de> for AnnotationAuthor
impl<'de> Deserialize<'de> for AnnotationAuthor
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
Auto Trait Implementations§
impl Freeze for AnnotationAuthor
impl RefUnwindSafe for AnnotationAuthor
impl Send for AnnotationAuthor
impl Sync for AnnotationAuthor
impl Unpin for AnnotationAuthor
impl UnwindSafe for AnnotationAuthor
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