pub struct StandardReposGetOutputStandardReposItems {
pub handle: String,
pub name: String,
pub status: Option<bool>,
pub additional_properties: HashMap<String, Value>,
}Fields§
§handle: StringHandle to identify the repository.
name: StringFull name of the repository.
status: Option<bool>Indicating enabled/disabled status, if the repository is configured.
additional_properties: HashMap<String, Value>Implementations§
Trait Implementations§
Source§impl Clone for StandardReposGetOutputStandardReposItems
impl Clone for StandardReposGetOutputStandardReposItems
Source§fn clone(&self) -> StandardReposGetOutputStandardReposItems
fn clone(&self) -> StandardReposGetOutputStandardReposItems
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for StandardReposGetOutputStandardReposItems
impl<'de> Deserialize<'de> for StandardReposGetOutputStandardReposItems
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
Auto Trait Implementations§
impl Freeze for StandardReposGetOutputStandardReposItems
impl RefUnwindSafe for StandardReposGetOutputStandardReposItems
impl Send for StandardReposGetOutputStandardReposItems
impl Sync for StandardReposGetOutputStandardReposItems
impl Unpin for StandardReposGetOutputStandardReposItems
impl UnwindSafe for StandardReposGetOutputStandardReposItems
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