pub struct DepotInfo {
pub name: Option<String>,
}Expand description
Information about the custom repository indexing freshness for configured branches and depots.
Fields§
§name: Option<String>Name of the indexed top level folder (depot).
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for DepotInfo
impl<'de> Deserialize<'de> for DepotInfo
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 DepotInfo
Auto Trait Implementations§
impl Freeze for DepotInfo
impl RefUnwindSafe for DepotInfo
impl Send for DepotInfo
impl Sync for DepotInfo
impl Unpin for DepotInfo
impl UnwindSafe for DepotInfo
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