pub struct GitHubTarget {
pub target_type: TargetType,
pub name: String,
}Fields§
§target_type: TargetType§name: StringTrait Implementations§
Source§impl Clone for GitHubTarget
impl Clone for GitHubTarget
Source§fn clone(&self) -> GitHubTarget
fn clone(&self) -> GitHubTarget
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 moreAuto Trait Implementations§
impl Freeze for GitHubTarget
impl RefUnwindSafe for GitHubTarget
impl Send for GitHubTarget
impl Sync for GitHubTarget
impl Unpin for GitHubTarget
impl UnwindSafe for GitHubTarget
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