Struct azure_devops_rust_api::artifacts::models::FeedView
source · pub struct FeedView {
pub links: Option<Value>,
pub id: Option<String>,
pub name: Option<String>,
pub type_: Option<Type>,
pub url: Option<String>,
pub visibility: Option<Visibility>,
}
Expand description
A view on top of a feed.
Fields§
§links: Option<Value>
Links
id: Option<String>
Id of the view.
name: Option<String>
Name of the view.
type_: Option<Type>
Type of view.
url: Option<String>
Url of the view.
visibility: Option<Visibility>
Visibility status of the view.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for FeedView
impl<'de> Deserialize<'de> for FeedView
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 PartialEq for FeedView
impl PartialEq for FeedView
impl StructuralPartialEq for FeedView
Auto Trait Implementations§
impl Freeze for FeedView
impl RefUnwindSafe for FeedView
impl Send for FeedView
impl Sync for FeedView
impl Unpin for FeedView
impl UnwindSafe for FeedView
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