pub struct OrgRef {
pub ref_id: Option<String>,
pub name: Option<String>,
}Expand description
Lightweight organisation reference used here through the Activity tree.
Fields§
§ref_id: Option<String>This is the IATI identifier of the organisation or registry-specific id.
name: Option<String>Display name (narrative text, typically first/default language).
Trait Implementations§
Source§impl<'de> Deserialize<'de> for OrgRef
impl<'de> Deserialize<'de> for OrgRef
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 OrgRef
impl StructuralPartialEq for OrgRef
Auto Trait Implementations§
impl Freeze for OrgRef
impl RefUnwindSafe for OrgRef
impl Send for OrgRef
impl Sync for OrgRef
impl Unpin for OrgRef
impl UnwindSafe for OrgRef
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