pub struct ApplicationLinks {
pub mismo: Option<Value>,
pub fannie: Option<Value>,
}
Fields§
§mismo: Option<Value>
§fannie: Option<Value>
Trait Implementations§
Source§impl Debug for ApplicationLinks
impl Debug for ApplicationLinks
Source§impl<'de> Deserialize<'de> for ApplicationLinks
impl<'de> Deserialize<'de> for ApplicationLinks
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
Source§impl Display for ApplicationLinks
impl Display for ApplicationLinks
Auto Trait Implementations§
impl Freeze for ApplicationLinks
impl RefUnwindSafe for ApplicationLinks
impl Send for ApplicationLinks
impl Sync for ApplicationLinks
impl Unpin for ApplicationLinks
impl UnwindSafe for ApplicationLinks
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