pub struct RsLink {
pub platform: String,
pub kind: Option<RsLinkType>,
pub id: String,
pub file: Option<String>,
pub user: Option<String>,
pub plugin: Option<String>,
}
Fields§
§platform: String
§kind: Option<RsLinkType>
§id: String
§file: Option<String>
§user: Option<String>
§plugin: Option<String>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for RsLink
impl<'de> Deserialize<'de> for RsLink
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 StructuralPartialEq for RsLink
Auto Trait Implementations§
impl Freeze for RsLink
impl RefUnwindSafe for RsLink
impl Send for RsLink
impl Sync for RsLink
impl Unpin for RsLink
impl UnwindSafe for RsLink
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