pub struct TapEntry {
pub name: String,
pub url: Option<String>,
pub force_auto_update: Option<bool>,
}Expand description
Tap entry (custom repository)
Fields§
§name: String§url: Option<String>§force_auto_update: Option<bool>Trait Implementations§
Source§impl<'de> Deserialize<'de> for TapEntry
impl<'de> Deserialize<'de> for TapEntry
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 TapEntry
impl RefUnwindSafe for TapEntry
impl Send for TapEntry
impl Sync for TapEntry
impl Unpin for TapEntry
impl UnsafeUnpin for TapEntry
impl UnwindSafe for TapEntry
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