pub struct InAnnotationFact {
pub name: String,
pub target: Option<String>,
}Fields§
§name: String§target: Option<String>Trait Implementations§
Source§impl Clone for InAnnotationFact
impl Clone for InAnnotationFact
Source§fn clone(&self) -> InAnnotationFact
fn clone(&self) -> InAnnotationFact
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 InAnnotationFact
impl Debug for InAnnotationFact
impl Eq for InAnnotationFact
Source§impl PartialEq for InAnnotationFact
impl PartialEq for InAnnotationFact
Source§fn eq(&self, other: &InAnnotationFact) -> bool
fn eq(&self, other: &InAnnotationFact) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for InAnnotationFact
Auto Trait Implementations§
impl Freeze for InAnnotationFact
impl RefUnwindSafe for InAnnotationFact
impl Send for InAnnotationFact
impl Sync for InAnnotationFact
impl Unpin for InAnnotationFact
impl UnsafeUnpin for InAnnotationFact
impl UnwindSafe for InAnnotationFact
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