Struct octorust::types::Feed [−][src]
pub struct Feed {
pub links: Links,
pub current_user_actor_url: String,
pub current_user_organization_url: String,
pub current_user_organization_urls: Vec<String>,
pub current_user_public_url: String,
pub current_user_url: String,
pub security_advisories_url: String,
pub timeline_url: String,
pub user_url: String,
}Expand description
Feed
Fields
links: Linkscurrent_user_actor_url: StringFeed
current_user_organization_url: StringFeed
current_user_organization_urls: Vec<String>Feed
current_user_public_url: StringFeed
current_user_url: StringFeed
security_advisories_url: StringFeed
timeline_url: Stringuser_url: StringTrait Implementations
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 RefUnwindSafe for Feedimpl UnwindSafe for FeedBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more