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