pub struct PagesDeploy {
pub branch: Option<String>,
}Fields§
§branch: Option<String>Implementations§
Source§impl PagesDeploy
impl PagesDeploy
pub fn new() -> PagesDeploy
Trait Implementations§
Source§impl Clone for PagesDeploy
impl Clone for PagesDeploy
Source§fn clone(&self) -> PagesDeploy
fn clone(&self) -> PagesDeploy
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PagesDeploy
impl Debug for PagesDeploy
Source§impl Default for PagesDeploy
impl Default for PagesDeploy
Source§fn default() -> PagesDeploy
fn default() -> PagesDeploy
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PagesDeploy
impl<'de> Deserialize<'de> for PagesDeploy
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
Source§impl PartialEq for PagesDeploy
impl PartialEq for PagesDeploy
Source§impl Serialize for PagesDeploy
impl Serialize for PagesDeploy
impl StructuralPartialEq for PagesDeploy
Auto Trait Implementations§
impl Freeze for PagesDeploy
impl RefUnwindSafe for PagesDeploy
impl Send for PagesDeploy
impl Sync for PagesDeploy
impl Unpin for PagesDeploy
impl UnsafeUnpin for PagesDeploy
impl UnwindSafe for PagesDeploy
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