pub struct AptSourceRepo {
pub url: String,
pub options: Option<Vec<String>>,
pub distro: String,
pub parts: Vec<String>,
pub comments: Vec<String>,
}Fields§
§url: String§options: Option<Vec<String>>§distro: String§parts: Vec<String>§comments: Vec<String>Auto Trait Implementations§
impl Freeze for AptSourceRepo
impl RefUnwindSafe for AptSourceRepo
impl Send for AptSourceRepo
impl Sync for AptSourceRepo
impl Unpin for AptSourceRepo
impl UnwindSafe for AptSourceRepo
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