pub struct DeployLink {
pub deploy_target: DeployTargetType,
pub link: String,
}Fields§
§deploy_target: DeployTargetType§link: StringTrait Implementations§
Source§impl Clone for DeployLink
impl Clone for DeployLink
Source§fn clone(&self) -> DeployLink
fn clone(&self) -> DeployLink
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 Debug for DeployLink
impl Debug for DeployLink
Source§impl PartialEq for DeployLink
impl PartialEq for DeployLink
Source§impl Serialize for DeployLink
impl Serialize for DeployLink
impl StructuralPartialEq for DeployLink
Auto Trait Implementations§
impl Freeze for DeployLink
impl RefUnwindSafe for DeployLink
impl Send for DeployLink
impl Sync for DeployLink
impl Unpin for DeployLink
impl UnwindSafe for DeployLink
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